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(...)
No return value
Any extra parameters to bi_open
, especially x
and file
example_output_file <- system.file(package = "rbi", "example_output.nc")
bi_file_summary(example_output_file)
Run the code above in your browser using DataLab