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

extend mortalityTables.load and mortalityTables.list by a "package" argument...

extend mortalityTables.load and mortalityTables.list by a "package" argument to allow loading sample data from other packages
parent 7d7aa3bb
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,13 @@
\title{List all available sets of life tables provided by the \link[MortalityTables]{MortalityTables-package} package
An existing life table can then be loaded with \link{mortalityTables.load}.}
\usage{
mortalityTables.list(pattern = "*")
mortalityTables.list(pattern = "*", package = "MortalityTables")
}
\arguments{
\item{pattern}{Restrict the results only to life table sets that match the pattern (default: "*" to show all sets)}
\item{package}{The package that contains the desired dataset in its \code{extdata/}
directory. Defaults to the "MortalityTables" package.}
}
\description{
List all available sets of life tables provided by the \link[MortalityTables]{MortalityTables-package} package
......
......@@ -4,7 +4,7 @@
\alias{mortalityTables.load}
\title{Load a named set of mortality tables provided by the \link{MortalityTables} package}
\usage{
mortalityTables.load(dataset, wildcard = FALSE)
mortalityTables.load(dataset, wildcard = FALSE, package = "MortalityTables")
}
\arguments{
\item{dataset}{The set of life tables to be loaded. A list of all available
......@@ -12,6 +12,9 @@ data sets is provided by the function \code{\link{mortalityTables.list}}.}
\item{wildcard}{Whether the dataset name contains wildcard. If TRUE, all
datasets matching the pattern will be loaded}
\item{package}{The package that contains the dataset in its \code{extdata/}
directory. Defaults to the "MortalityTables" package.}
}
\description{
Load a named set of mortality tables provided by the \link{MortalityTables} package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment