mortalityTables.list {MortalityTables} | 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.
Description
List all available sets of life tables provided by the MortalityTables-package package An existing life table can then be loaded with mortalityTables.load.
Usage
mortalityTables.list(
pattern = "*",
package = c("^MortalityTables", "^PensionTables"),
prefix = "MortalityTables"
)
Arguments
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" |
Examples
mortalityTables.list()
mortalityTables.list("Austria_*")
mortalityTables.list("*Annuities")
mortalityTables.list(package = c("MyCustomPackage"))
[Package MortalityTables version 2.0.5 Index]