Learn R Programming

epiparameter (version 0.4.1)

as.data.frame.multi_epiparameter: as.data.frame() method for <multi_epiparameter> class

Description

as.data.frame() method for <multi_epiparameter> class

Usage

# S3 method for multi_epiparameter
as.data.frame(x, ...)

Value

A <data.frame> with as many rows as length of input list.

Arguments

x

A <multi_epiparameter> object.

...

dots Not used, extra arguments supplied will cause a warning.

Details

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).

Examples

Run this code
db <- epiparameter_db()
as.data.frame(db)

Run the code above in your browser using DataLab