# NOT RUN {
# these datasets are not a real ones. It is just for test purpose.
qacademico <- read_rfept(system.file("extdata/examples/qacademico", package = "sistec"))
sigaa <- read_rfept(system.file("extdata/examples/sigaa", package = "sistec"))
class(qacademico)
class(sigaa)
# example selecting the period
qacademico_2019_2 <- read_rfept(system.file("extdata/examples/qacademico", package = "sistec"),
start = "2019.2")
class(qacademico_2019_2)
# }
Run the code above in your browser using DataLab