list_vars: List variables within the NetCDF file

View source: R/list_vars.R

list_varsR Documentation

List variables within the NetCDF file

Description

Prints the short or long names of the variables within the NetCDF file

Usage

list_vars(ncdf, long = F)

Arguments

ncdf

filepath; To the location of the NetCDF file to be viewed.

long

logical; Print the longnames of the variables, if FALSE it will print the short names. Defaults to FALSE

Value

Prints text to the console with the names of the variables from the NetCDF file.


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.