powered by
Sets a new name for the given mortality table or the list/table/array of mortalityTables
mT.setName(table, name)
A life table object (instance of a mortalityTable class) or a list, table or array of mortalityTable objects
mortalityTable
New name for the table.
# 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