View source: R/util-parseTimeseries.R
| parseTimeseries | R Documentation | 
a function for loading data into R from a file (or URL) from a completed processing request
parseTimeseries(file, delim, with.units = FALSE)
| file | a geojob timeseries processing result file location
(See  | 
| delim | the file delimiter | 
| with.units | boolean for including a units column in returned data.frame (default =  | 
a data.frame of timeseries values.
Luke A. Winslow, Jordan S. Read
check, download, parseCategorical
local_file <- system.file('extdata','tsv_linear_ring.tsv', package = 'geoknife')
output <- parseTimeseries(local_file, delim = '\t')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.