powered by
Reads a Bacon .csv file containing the dates, and transforms it into a clam .csv file.
bacon2clam(core, bacondir = "Bacon_runs", clamdir = "clam_runs", sep = ",")
A clam .csv file
The name of the core for which a Bacon .csv.file needs to be translated into a clam .csv file
The directory where the Bacon runs reside. Defaults to coredir="Bacon_runs".
coredir="Bacon_runs"
The directory where the clam runs reside. Defaults to coredir="clam_runs".
coredir="clam_runs"
The separator for the .csv files. Defaults to sep=",".
sep=","
Maarten Blaauw, J. Andres Christen
Assumes that Bacon .csv files with 4 columns indicate 14C dates. Please make sure this is correct.
{ # \donttest{ tmpfl <- tempfile() Bacon(run=FALSE, ask=FALSE, coredir=tmpfl) bacon2clam("MSB2K", bacondir=tmpfl, clamdir=tmpfl) # } }
Run the code above in your browser using DataLab