bi_contents | R Documentation |
This function gets the name of all the variables in the passed file, list or
libbi
object
bi_contents(read, ...)
read |
either a path to a NetCDF file, or a NetCDF connection created
using |
... |
any parameters for |
character vector of variable names
example_output_file <- system.file(package = "rbi", "example_output.nc")
bi_contents(example_output_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.