det_cols: Calculate vector of desired columns

View source: R/utilities.R

det_colsR Documentation

Calculate vector of desired columns

Description

Create a numeric vector to store the names of the columns required for the calculation of interest. Used to later reorganize data and to add columns that are missing from a dataset but that are required for a calculation.

Usage

det_cols(parms)

Arguments

parms

string vector. The names of the columns specific to the calculation of interest

Value

string vector. The names of all the columns of interest for a calculation of interest (including datasheet, sheet year, station, date, and whatever other columns are specific to the calculation of interest)


biogeochem/bpwtpR documentation built on May 6, 2024, 5:17 p.m.