Skip to content

Commit

Permalink
Inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
fjrojast committed Nov 23, 2023
1 parent dd5e9ca commit 6945f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/curp.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

# curp.do()
edu_extract_curp <- function(curp,dato_a_obtener,fecha_calculo_edad=now()) {
estados <- read_csv("~/EduToolsR/data/edu_estados_mx.csv",show_col_types = F)
# readr::read_csv(system.file("data", "edu_estados_mx.csv", package = "EduToolsR"),show_col_types = F)
# estados <- read_csv("~/EduToolsR/data/edu_estados_mx.csv",show_col_types = F)
readr::read_csv(system.file("data", "edu_estados_mx.csv", package = "EduToolsR"),show_col_types = F)


resultado <- curp %>%
Expand Down

0 comments on commit 6945f1f

Please sign in to comment.