nc_read_list: Read a list of netcdf file to a nested data frame....

Description Usage Arguments

View source: R/read_list.R

Description

This reads a list of netcdf files to a data frame. This function is strict and currently only works when the files are of identifical format, and it will fail for netcdf files with multiple times. Experimental feature, likely to change.

Usage

1
2
nc_read_list(ff_list, vars = NULL, cdo_output = FALSE,
  dim_check = 1.5e+08)

Arguments

ff_list

Files to read. A character vector.

vars

A list of variables you want to read in. Character vector. Everything is read in if this is empty.

cdo_output

Do you want to show the cdo output? Set to TRUE in case you want to troubleshoot errors.

dim_check

The number of data points in the final data frame that will ask to continue. Set to NULL if you don't want to check.


r4ecology/rcdo documentation built on July 21, 2019, 9 p.m.