Learn R Programming

geoknife (version 1.6.11)

parseTimeseries: parse timeseries file into R environment

Description

a function for loading data into R from a file (or URL) from a completed processing request

Usage

parseTimeseries(file, delim, with.units = FALSE)

Value

a data.frame of timeseries values.

Arguments

file

a geojob timeseries processing result file location (See download).

delim

the file delimiter

with.units

boolean for including a units column in returned data.frame (default = FALSE)

Author

Luke A. Winslow, Jordan S. Read

See Also

check, download, parseCategorical

Examples

Run this code
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