readSplit: Splitting downloaded data sets
Description
Some helpful data set splitting utilities.Usage
charvecSplit(x, split=" ", col=1, format="%F")
dataSplit(x, split=" ", col=-1)
Arguments
x
character vector to be splitted.
split
the split character, by default a blank.
col
an integer value or vector, the columns to be selected.
format
the date format of the character vector, by default
the ISO-8601 date format.