Learn R Programming

rbi (version 1.0.0)

bi_file_summary: NetCDF File Summary

Description

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.

Usage

bi_file_summary(...)

Value

No return value

Arguments

...

Any extra parameters to bi_open, especially x and file

Examples

Run this code
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