This function reads a .xlsx/.csv file with the linked courses between Sistec and the academic
registration. The columns must be in this order: INICIO, CICLO, CURSO_SISTEC,
CURSO_RFEPT and CAMPUS. The date in INICIO column must be in yyyy.period.
Ex.: 2019.1 or 2019.2. .
Usage
read_linked_courses(path = "", format = "xlsx", encoding = "latin1")
Arguments
path
The linked courses file's path.
format
You can choose between xlsx or csv.
encoding
This function uses latin1 by default but you can use UTF-8 if needed.