as_epiparameter.data.frame | R Documentation |
<data.frame>
to an <epiparameter>
objectConvert 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.
## S3 method for class 'data.frame'
as_epiparameter(x, ...)
x |
A |
... |
dots Not used, extra arguments supplied will cause a warning. |
An <epiparameter>
object or list of <epiparameter>
objects.
ep <- epiparameter_db(single_epiparameter = TRUE)
df <- as.data.frame(ep)
ep <- as_epiparameter(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.