show_attributes,ncdfObject-method {ncdfCF}R Documentation

Print the attributes of the object to the console

Description

Print the attributes of the object to the console

Usage

## S4 method for signature 'ncdfObject'
show_attributes(object)

Arguments

object

ncdfObject whose attributes to print.

Value

Nothing.

Examples

fn <- system.file("extdata",
                  "pr_day_EC-Earth3-CC_ssp245_r1i1p1f1_gr_20240101-20241231_vncdfCF.nc",
                  package = "ncdfCF")
ds <- open_ncdf(fn)
show_attributes(ds[["pr"]])

[Package ncdfCF version 0.1.1 Index]