readDALYdata {DALY} | R Documentation |
Read in DALY data stored in an .RData image file
Description
This function loads data from an .RData image file into the
DALY Calculator. The file can be an external file, previously saved
through saveDALYdata()
, or one of the two built-in example datasets.
Usage
readDALYdata(file = NULL, example = NULL)
Arguments
file |
Character string, denoting the name of the .RData file |
example |
Integer, denoting the example to be loaded
(any of |
Details
NA
Author(s)
See Also
saveDALYdata
,
setDALYexample
,
DALY_Neurocysticercosis
,
DALY_Toxoplasmosis
DALYcalculator
(for a brief description of the DALY Calculator)
DALYmanual
(for a more comprehensive overview)
[Package DALY version 1.5.0 Index]