print.grib | R Documentation |
print.grib
displays basic status information about a GRIB file.
## S3 method for class 'grib'
print(x, ...)
x |
|
... |
futher arguments; ignored here. |
print.grib
is the S3 method for printing GRIB files. Its behavior
differs from most other print methods in that it displays some basic
information about the GRIB file. When invoked on a GRIB class object, it will
display the location of the GRIB file, whether the GRIB file has an active
file handle in memory, and whether or not the file containins multiple fields
in some messages.
g <- grib_open(system.file("extdata", "lfpw.grib1", package = "gribr"))
print(g)
grib_close(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.