as_epiparameter.data.frame: Convert <data.frame> to an <epiparameter> object
Description
Convert the tabular information in <data.frame> to an <epiparameter>.
If the information in the <data.frame> cannot be converted into an
<epiparameter> the function will error.
Usage
# S3 method for data.frame
as_epiparameter(x, ...)
Value
An <epiparameter> object or list of <epiparameter> objects.
Arguments
x
A <data.frame>.
...
dots Not used, extra arguments supplied will cause a warning.