View source: R/mortalityTables.list.R
| mortalityTables.list | R Documentation | 
List all available sets of life tables provided by the MortalityTables-package package An existing life table can then be loaded with mortalityTables.load.
mortalityTables.list(
  pattern = "*",
  package = c("^MortalityTables", "^PensionTables"),
  prefix = "MortalityTables"
)
| pattern | Restrict the results only to life table sets that match the pattern with wildcards (default: "*" to show all sets) | 
| package | The package that contains the desired dataset in its  | 
| prefix | The file prefix, defaults to MortalityTables. Can be overridden to list other types of files, like "PensionTables" | 
mortalityTables.list()
mortalityTables.list("Austria_*")
mortalityTables.list("*Annuities")
mortalityTables.list(package = c("MyCustomPackage"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.