https://github.com/cran/Hmisc
Raw File
Tip revision: e07baaff945a2e481b8c2ddf23e30b47787fb70c authored by Charles Dupont on 09 February 2012, 00:00:00 UTC
version 3.9-2
Tip revision: e07baaf
Cs.Rd
\name{Cs}
\alias{Cs}
\title{
Character strings from unquoted names
}
\description{
Makes a vector of character strings from a list of valid S names
}
\usage{
Cs(\dots)
}
\arguments{
\item{...}{
any number of names separated by commas
}}
\value{
character string vector
}
\seealso{
sys.frame, deparse
}
\examples{
Cs(a,cat,dog)
# subset.data.frame <- dataframe[,Cs(age,sex,race,bloodpressure,height)]
}
\keyword{character}
\keyword{utilities}
% Converted by Sd2Rd version 1.21.
back to top