powered by
a function for loading data into R from a file (or URL) from a completed processing request
parseTimeseries(file, delim, with.units = FALSE)
a data.frame of timeseries values.
a geojob timeseries processing result file location (See download).
download
the file delimiter
boolean for including a units column in returned data.frame (default = FALSE)
FALSE
Luke A. Winslow, Jordan S. Read
check, download, parseCategorical
check
parseCategorical
local_file <- system.file('extdata','tsv_linear_ring.tsv', package = 'geoknife') output <- parseTimeseries(local_file, delim = '\t')
Run the code above in your browser using DataLab