grib_close | R Documentation |
grib_close
closes a GRIB file and frees it from memory.
grib_close(gribObj)
gribObj |
|
grib_close
checks to see if the GRIB object is open before closing it.
No formal return value is given with this function. Only feedback is a short
message inidicating success or failure.
grib_open
g <- grib_open(system.file("extdata", "lfpw.grib1", package = "gribr"))
# ...do some analysis...
grib_close(g)
g # check status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.