Coerce to a Data Frame
Usage
# S4 method for class 'MeanDate'
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))
# S4 method for class 'AoristicSum'
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))
# S4 method for class 'IncrementTest'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
- x
An object.
- ...
Further parameters to be passed to
data.frame()
.- calendar
An
aion::TimeScale
object specifying the target calendar (seecalendar()
). IfNULL
, rata die are returned.- row.names, optional
Currently not used.