Description Usage Arguments Value Author(s) See Also Examples
View source: R/parseTimeseries.R
a function for loading data into R from a file (or URL) from a completed processing request
1 | 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
1 2 | 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.