From 993db56640b99ec095be1a3655753bb8dd8d5cc6 Mon Sep 17 00:00:00 2001 From: ECiardullo <64991969+ECiardullo@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:14:35 -0300 Subject: [PATCH] Update check_repository.Rd --- man/check_repository.Rd | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/man/check_repository.Rd b/man/check_repository.Rd index 91b79f2..fe8857f 100644 --- a/man/check_repository.Rd +++ b/man/check_repository.Rd @@ -2,17 +2,12 @@ % Please edit documentation in R/check_repository.R \name{check_repository} \alias{check_repository} -<<<<<<< HEAD \title{check_repository reports the tables currently available in the package} -======= -\title{Title} ->>>>>>> 066b6db568ed2da80dad1a22831ed154bb221e61 \usage{ check_repository(year = 1970, topic = NULL, geolvl = NULL) } \arguments{ -<<<<<<< HEAD \item{year}{census year for which the user wants to view the currently available tabulations. The default is “1970”.} \item{topic}{census topic of the tables Setting the parameter to NULL will download all available tables.} @@ -28,10 +23,4 @@ reports the tables currently available in the package } \examples{ check_repository( year = 1970, topic = "EDUCACION", geolvl = "Total del país") -======= -\item{geolvl}{} -} -\description{ -Title ->>>>>>> 066b6db568ed2da80dad1a22831ed154bb221e61 }