bi_contents {rbi} | R Documentation |
Bi contents
Description
This function gets the name of all the variables in the passed file, list or
libbi
object
Usage
bi_contents(read, ...)
Arguments
read |
either a path to a NetCDF file, or a NetCDF connection created
using |
... |
any parameters for |
Value
character vector of variable names
Examples
example_output_file <- system.file(package = "rbi", "example_output.nc")
bi_contents(example_output_file)
[Package rbi version 1.0.0 Index]