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

Fix http link for CRAN submission

parent 9f33026e
No related branches found
No related tags found
No related merge requests found
#' Austrian population count (exposure) and deaths in 2017 #' Austrian population count (exposure) and deaths in 2017
#' #'
#' This data.frame hold the official population counts (in terms of exposure)
#' as well as the death counts for Austria during the calendar year 2017.
#'
#' The data was downloaded from \url{https://www.mortality.org/}, where is was
#' submitted by Statistik Austria.
#'
#' @format A data frame holding female, male and total exposures as well as death #' @format A data frame holding female, male and total exposures as well as death
#' counts, indexed by age. #' counts, indexed by age.
#' #'
#' @usage data(PopulationData.AT2017) #' @usage data(PopulationData.AT2017)
#' @source \url{http://www.mortality.org/}, \url{https://www.statistik.at/} #' @source \url{https://www.mortality.org/}, \url{https://www.statistik.at/}
"PopulationData.AT2017" "PopulationData.AT2017"
...@@ -9,12 +9,17 @@ A data frame holding female, male and total exposures as well as death ...@@ -9,12 +9,17 @@ A data frame holding female, male and total exposures as well as death
counts, indexed by age. counts, indexed by age.
} }
\source{ \source{
\url{http://www.mortality.org/}, \url{https://www.statistik.at/} \url{https://www.mortality.org/}, \url{https://www.statistik.at/}
} }
\usage{ \usage{
data(PopulationData.AT2017) data(PopulationData.AT2017)
} }
\description{ \description{
Austrian population count (exposure) and deaths in 2017 This data.frame hold the official population counts (in terms of exposure)
as well as the death counts for Austria during the calendar year 2017.
}
\details{
The data was downloaded from \url{https://www.mortality.org/}, where is was
submitted by Statistik Austria.
} }
\keyword{datasets} \keyword{datasets}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment