Learn R Programming

geoknife (version 1.6.11)

parseCategorical: 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)

Value

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

Arguments

file

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

delim

the file delimiter

See Also

check, download, parseTimeseries

Examples

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

Run the code above in your browser using DataLab