surfget: Retrieve an interpolated Dataflow surface

View source: R/surfget.R

surfgetR Documentation

Retrieve an interpolated Dataflow surface

Description

Retrieve an interpolated Dataflow surface from data directory

Usage

surfget(rnge, param, fdir = getOption("fdir"))

Arguments

rnge

list of length one or two specifying date range in yyyymm format

param

character parameter name

fdir

character file path to local data directory

Examples

## Not run:  
surfs <- surfget(rnge = c(201402, 201410), param = "chlext")
surfs <- surfget(rnge = 201509, param = "sal")

## End(Not run)

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