Skip to content
Snippets Groups Projects
Commit 06007cae authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Remove the wildcard argument from mortalityTables.load (wildcards are automatically assumed)

parent e8bc0981
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ NULL ...@@ -7,7 +7,7 @@ NULL
#' @param ... Currently unused #' @param ... Currently unused
#' #'
#' @examples #' @examples
#' mortalityTables.load("Austria_*", wildcard=TRUE) #' mortalityTables.load("Austria_*")
#' ages(AVOe2005R.male) #' ages(AVOe2005R.male)
#' ages(AVOe1996R.male) #' ages(AVOe1996R.male)
#' ages(mort.AT.census.2011.male) #' ages(mort.AT.census.2011.male)
......
...@@ -44,7 +44,7 @@ Return the defined ages of the life table ...@@ -44,7 +44,7 @@ Return the defined ages of the life table
}} }}
\examples{ \examples{
mortalityTables.load("Austria_*", wildcard=TRUE) mortalityTables.load("Austria_*")
ages(AVOe2005R.male) ages(AVOe2005R.male)
ages(AVOe1996R.male) ages(AVOe1996R.male)
ages(mort.AT.census.2011.male) ages(mort.AT.census.2011.male)
......
...@@ -15,7 +15,7 @@ mortalityTables.list("Austria_*") ...@@ -15,7 +15,7 @@ mortalityTables.list("Austria_*")
mortalityTables.load("Germany_Annuities_DAV2004R") mortalityTables.load("Germany_Annuities_DAV2004R")
# Load all Austrian data sets # Load all Austrian data sets
mortalityTables.load("Austria_*", wildcard=TRUE) mortalityTables.load("Austria_*")
## ------------------------------------------------------------------------ ## ------------------------------------------------------------------------
# Log-linear plot comparing some Austrian census tables # Log-linear plot comparing some Austrian census tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment