nc_load: Load NetCDF file

Description Usage Arguments Details Value Examples

Description

Load all the variables from a NetCDF file into the global environment.

Usage

1

Arguments

x

path to NetCDF file

Details

See 'nc_read' (not yet implemented) for a less heretical way to do this.

Value

NULL for success, has the side effect of creating variables in the global environment

Examples

1
2
x <- system.file("extdata", "S2008001.L3m_DAY_CHL_chl_ocx_9km.nc", package = "ncload")
nc_load(x)

mdsumner/ncload documentation built on May 22, 2019, 4:45 p.m.