Learn R Programming

MortalityTables (version 2.0)

mT.setName: Sets a new name for the given mortality table or the list/table/array of mortalityTables

Description

Sets a new name for the given mortality table or the list/table/array of mortalityTables

Usage

mT.setName(table, name)

Arguments

table

A life table object (instance of a mortalityTable class) or a list, table or array of mortalityTable objects

name

New name for the table.

Examples

Run this code
# NOT RUN {
mortalityTables.load("Austria_Annuities")
mT.setName(AVOe2005R.male, name = "Austrian male Annuity table 2005-R")

# }

Run the code above in your browser using DataLab