Coerce to a Data Frame
Usage
# S4 method for class 'MeanDate'
as.data.frame(x, ..., calendar = get_calendar())
# S4 method for class 'AoristicSum'
as.data.frame(x, ..., calendar = get_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::TimeScaleobject specifying the target calendar (see- aion::calendar()). If- NULL, rata die are returned.
- row.names, optional
- Currently not used. 
