Description Usage Arguments Examples
View source: R/mortalityTables.load.R
Load a named set of mortality tables provided by the MortalityTables package
| 1 2 3 4 5 | mortalityTables.load(
  dataset,
  package = c("^MortalityTables", "^PensionTables"),
  prefix = "MortalityTables"
)
 | 
| dataset | The set(s) of life tables to be loaded. A list of all available
data sets is provided by the function  | 
| package | The package that contains the dataset in its  | 
| prefix | The prefix for the data sets (default is "MortalityTables"). | 
| 1 2 3 4 5 | mortalityTables.list()
mortalityTables.load("Austria_Annuities_*")
mortalityTables.load("Austria_Annuities_AVOe2005R")
mortalityTables.load("*Annuities")
## Not run: mortalityTables.load("MyCustomTable", package = c("MyCustomPackage"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.