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
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ NULL
#' @param ... Currently unused
#'
#' @examples
#' mortalityTables.load("Austria_*", wildcard=TRUE)
#' mortalityTables.load("Austria_*")
#' ages(AVOe2005R.male)
#' ages(AVOe1996R.male)
#' ages(mort.AT.census.2011.male)
......
......@@ -44,7 +44,7 @@ Return the defined ages of the life table
}}
\examples{
mortalityTables.load("Austria_*", wildcard=TRUE)
mortalityTables.load("Austria_*")
ages(AVOe2005R.male)
ages(AVOe1996R.male)
ages(mort.AT.census.2011.male)
......
......@@ -15,7 +15,7 @@ mortalityTables.list("Austria_*")
mortalityTables.load("Germany_Annuities_DAV2004R")
# Load all Austrian data sets
mortalityTables.load("Austria_*", wildcard=TRUE)
mortalityTables.load("Austria_*")
## ------------------------------------------------------------------------
# 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