Displaying 1 result from an estimated 1 matches for "cdfilnrzdp".
2008 Feb 21
0
Feedback on a colClasses() generator function in progress?
...g obvious such as
certain column classes, if there are use cases it cannot handle, or if
there is another way to achieve the same. I appreciate any feedback.
Cheers
Henrik
library(R.oo)
source("http://www.braju.com/R/tmp/colClasses.R")
# All predefined types
print(colClasses("-?cdfilnrzDP"))
## [1] "NULL" "NA" "character" "double"
## [5] "factor" "integer" "logical" "numeric"
## [9] "raw" "complex" "Date" "POSIXct"
# A string i...