Skip to content

Commit

Permalink
Update check_repository.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ECiardullo committed Oct 20, 2024
1 parent 5105300 commit d5cdd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/check_repository.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ check_repository <- function( year = 1970, topic = NULL, geolvl = NULL){

if(year != 1970) stop(paste0("El año ", year, " todavia no fue cargado en AR_CENSO o no es un año censal"))

load("data/info_cuadros_arcenso.rda")
repo <- list.files("data/", full.names = T)

#repo <- list.files(paste0(system.file("extdata", package = "arcenso"),"/"), full.names = T)

selec <- info_cuadros_arcenso[info_cuadros_arcenso$anio %in% year & info_cuadros_arcenso$PKG %in% "SI", ]

Expand Down

0 comments on commit d5cdd2d

Please sign in to comment.