grabget: Retrieve grab data

View source: R/grabget.R

grabgetR Documentation

Retrieve grab data

Description

Retrieve discrete grab sample data from data directory

Usage

grabget(rnge, remove.flags = FALSE, fdir = getOption("fdir"))

Arguments

rnge

list of length two specifying date range in yyyymm format

remove.flags

logical trim dataset based on flags?

fdir

character file path to local data directory

Details

Returns a list of data.frames (and a warning) if column names are not consistent among the surveys specified by rnge.

Examples

## Not run:  
grabs<-grabget(rnge=c(201402,201410))

## End(Not run)

jsta/DataflowR documentation built on Sept. 27, 2022, 11:13 p.m.