RAM.dates: Date Formatting for RAM
Description
This help page details the expected format for dates in RAM.
Details
For all functions expecting some type of date data, you
will need to specify which column of the metadata table contains
that information. The date information will likely be encoded as
a character vector from read.meta, so these functions will try
to coerce it to a Date object (see Date
and
as.Date
), with a warning. These functions are
expecting the date information to be in YYYY-MM-DD format.