diff --git a/DESCRIPTION b/DESCRIPTION index 98ddb88..9163dae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Download Data From 2021 Spanish Census Version: 0.1.0 Author: Héctor Meleiro Maintainer: Héctor Meleiro -Description: Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945952385. +Description: Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit . License: GPL (>= 3) Encoding: UTF-8 LazyData: true @@ -23,6 +23,6 @@ Suggests: tidygraph, scales VignetteBuilder: knitr -URL: https://ropenspain.github.io/tidycenso/, https://github.com/ropenspain/tidycenso +URL: https://ropenspain.github.io/tidycenso/, https://github.com/rOpenSpain/tidycenso BugReports: https://github.com/ropenspain/tidycenso/issues Roxygen: list(markdown = TRUE) diff --git a/R/tidycenso-package.R b/R/tidycenso-package.R new file mode 100644 index 0000000..a65cf64 --- /dev/null +++ b/R/tidycenso-package.R @@ -0,0 +1,6 @@ +#' @keywords internal +"_PACKAGE" + +## usethis namespace: start +## usethis namespace: end +NULL diff --git a/README.md b/README.md index bcaa376..86716a6 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ head(df) #> 1 25464 Andalucía Hasta 30 m2 #> 2 2586 Aragón Hasta 30 m2 #> 3 3255 Asturias, Principado de Hasta 30 m2 -#> 4 7683 Balears, Illes Hasta 30 m2 +#> 4 7686 Balears, Illes Hasta 30 m2 #> 5 11766 Canarias Hasta 30 m2 -#> 6 1008 Cantabria Hasta 30 m2 +#> 6 1005 Cantabria Hasta 30 m2 tidycenso::tables #> id_tabla descripcion_tabla_es diff --git a/man/tidycenso-package.Rd b/man/tidycenso-package.Rd new file mode 100644 index 0000000..371ba39 --- /dev/null +++ b/man/tidycenso-package.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/tidycenso-package.R +\docType{package} +\name{tidycenso-package} +\alias{tidycenso} +\alias{tidycenso-package} +\title{tidycenso: Download Data From 2021 Spanish Census} +\description{ +Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit \url{https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945952385}. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://ropenspain.github.io/tidycenso/} + \item \url{https://github.com/rOpenSpain/tidycenso} + \item Report bugs at \url{https://github.com/ropenspain/tidycenso/issues} +} + +} +\keyword{internal}