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