is.grib | R Documentation |
is.grib
tests whether and object is a GRIB object.
is.grib(obj)
obj |
object to be tested. |
Returns a logical
.
is.grib.message
g <- grib_open(system.file("extdata", "lfpw.grib1", package = "gribr"))
gm <- grib_get_message(g, 1)
is.grib.message(g)
# should be FALSE
is.grib(gm)
grib_close(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.