ISRaD.extra.fill_dates {ISRaD} | R 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
[Package ISRaD version 2.5.5 Index]