Learn R Programming

ncmeta (version 0.5.0)

nc_sources: NetCDF sources

Description

A record of file, URL, or any data source with NetCDF.

Usage

nc_sources(x, ...)

# S3 method for character nc_sources(x, ...)

Value

data frame with columns 'access' (time of access), 'source' (the source string)

Arguments

x

data source string

...

ignored

Examples

Run this code
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
nc_sources(f)

Run the code above in your browser using DataLab