powered by
a function for loading data into R from a file (or URL) from a completed processing request
parseCategorical(file, delim)
a data.frame of categorical fraction (and/or count) values.
a geojob categorical processing result file location (See download).
download
the file delimiter
check, download, parseTimeseries
check
parseTimeseries
local.file <- system.file('extdata','csv_categorical_multifeature.csv', package = 'geoknife') output <- parseCategorical(local.file, delim = ',')
Run the code above in your browser using DataLab