ISRaD.extra.fill_dates: ISRaD.extra.fill_dates

View source: R/ISRaD.extra.fill_dates.R

ISRaD.extra.fill_datesR Documentation

ISRaD.extra.fill_dates

Description

Fills frc_obs_date_y and inc_obs_date_y columns from lyr_obs_date_y if not reported.

Usage

ISRaD.extra.fill_dates(database)

Arguments

database

ISRaD dataset object.

Details

QAQC does not require frc_obs_date_y or inc_obs_date_y fields to be filled in. Therefore it is recommended to run this function prior to running the functions "ISRaD.extra.fill_rc" and "ISRaD.extra.calc_atm14c", which require xxx_obs_date_y data.

Value

ISRaD_data object with filled frc_obs_date_y and inc_obs_date_y fields.

Examples

# Load example dataset Gaudinski_2001
database <- ISRaD::Gaudinski_2001
# Fill dates
database.x <- ISRaD.extra.fill_dates(database)
# Fraction table now has lyr_obs_date_y values in frc_obs_date_y field

ISRaD documentation built on Sept. 21, 2023, 9:06 a.m.