epidist_db {epiparameter} | R Documentation |
Create <epiparameter>
object(s) directly from the epiparameter library
(database)
Description
epidist_db()
has been renamed epiparameter_db()
. Please use
epiparameter_db()
instead as the epidist_db()
alias will be removed from
the package in the future.
Usage
epidist_db(
disease = "all",
pathogen = "all",
epi_name = "all",
author = NULL,
subset = NULL,
single_epiparameter = FALSE
)
Arguments
disease |
A |
pathogen |
A |
epi_name |
A |
author |
A |
subset |
Either Subsetting (using The The expression should be specified without using the data object name
(e.g. |
single_epiparameter |
A boolean Note: If multiple entries match the arguments supplied and
|
Value
An <epiparameter>
object or list of <epiparameter>
objects.