parseCategorical: parse categorical coverage file into R environment

View source: R/util-parseCategorical.R

parseCategoricalR Documentation

parse categorical coverage file into R environment

Description

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

Usage

parseCategorical(file, delim)

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

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

geoknife documentation built on July 9, 2023, 5:31 p.m.