| x-numeric(vector) |
numeric |
| x-integer(vector) |
integer |
| x-discrete(vector) |
factor (names of values = levels) |
| x-logical(vector) |
logical |
| y-columns |
numeric |
| dob |
integer |
| eol |
integer |
| error.message |
character |
| exec.time |
numeric |
| extra-columns |
| any |
convertDataFrameCols.
Dependent parameters whose constraints are unsatisfied generate NA entries in their
respective columns.
"as.data.frame"(x, row.names = NULL, optional = FALSE, include.x = TRUE, include.y = TRUE, include.rest = TRUE, dob = x$env$dob, eol = x$env$eol, ...)OptPath]
Optimization path.character]
Row names for result.
Default is none.logical(1)]
Include all input params?
Default is TRUE.logical(1)]
Include all y-columns?
Default is TRUE.logical(1)]
Include all other columns?
Default is TRUE.integer]
Vector of date-of-birth values to further subset the result.
Only elements with a date-of-birth included in dob are selected.
Default is all.integer]
Vector of end-of-life values to further subset the result.
Only elements with an end-of-life included in eol are selected.
Default is all.data.frame].