Description Usage Arguments Value See Also Examples
View source: R/parseCategorical.R
a function for loading data into R from a file (or URL) from a completed processing request
1 | parseCategorical(file, delim)
|
file |
a geojob categorical processing result file location
(See |
delim |
the file delimiter |
a data.frame of categorical fraction (and/or count) values.
check
, download
, parseTimeseries
1 2 | local.file <- system.file('extdata','csv_categorical_multifeature.csv', package = 'geoknife')
output <- parseCategorical(local.file, delim = ',')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.