R/load.R

".onLoad" <- function(lib, pkg) {
    utinit.nc()
}


".onUnload" <- function(libpath) {
    .Call(R_nc_utterm)
}

Try the RNetCDF package in your browser

Any scripts or data that you put into this service are public.

RNetCDF documentation built on Oct. 23, 2023, 9:06 a.m.