parseCategorical: parse categorical coverage file into R environment

Description Usage Arguments Value See Also Examples

View source: R/parseCategorical.R

Description

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

Usage

1

Arguments

file

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

delim

the file delimiter

Value

a data.frame of categorical fraction (and/or count) values.

See Also

check, download, parseTimeseries

Examples

1
2
local.file <- system.file('extdata','csv_categorical_multifeature.csv', package = 'geoknife')
output <- parseCategorical(local.file, delim = ',')

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.