View source: R/janno_process_age.R
process_age | R Documentation |
Process all valid dates in a janno table.
process_age(
x,
choices = c("Date_BC_AD_Prob", "Date_BC_AD_Start_Derived", "Date_BC_AD_Median_Derived",
"Date_BC_AD_Stop_Derived", "Date_BC_AD_Sample"),
n = 100,
cal_curve = "intcal20",
...
)
x |
an object of class janno |
choices |
character vector. Which output columns should be added? By default all possible columns are added. |
n |
integer. If "Date_BC_AD_Sample" is in |
cal_curve |
String. Calibration curve to use for the (sum)calibration of radiocarbon dates (see BchronCalibrate) |
... |
further arguments passed to or from other methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.