View source: R/bi_file_summary.R
bi_file_summary | R Documentation |
This function prints a little summary of the content
of a NetCDF file, as well as its creation time. You can
then retrieve variables of interest using bi_read
.
bi_file_summary(...)
... |
Any extra parameters to |
No return value
example_output_file <- system.file(package = "rbi", "example_output.nc")
bi_file_summary(example_output_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.