as.data.frame.multi_epiparameter | R Documentation |
as.data.frame()
method for <multi_epiparameter>
classas.data.frame()
method for <multi_epiparameter>
class
## S3 method for class 'multi_epiparameter'
as.data.frame(x, ...)
x |
A |
... |
dots Not used, extra arguments supplied will cause a warning. |
The <data.frame>
returned will contain some atomic columns (i.e. one
object per row), and other columns that are lists (i.e. multiple objects per
row). The list columns can contain lists or S3 objects (e.g. <bibentry>
object in the citation
column).
A <data.frame>
with as many rows as length of input list.
db <- epiparameter_db()
as.data.frame(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.