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 6945f1f commit 6ce95cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/curp.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 <- readr::read_csv(system.file("data", "edu_estados_mx.csv", package = "EduToolsR"),show_col_types = F)



resultado <- curp %>%
Expand Down

0 comments on commit 6ce95cd

Please sign in to comment.