View source: R/util-parseCategorical.R
| parseCategorical | R Documentation | 
a function for loading data into R from a file (or URL) from a completed processing request
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
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.