Description Usage Arguments Value Examples
View source: R/read_linked_courses.R
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. .
1 | read_linked_courses(path = "", format = "xlsx", encoding = "latin1")
|
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. |
A data frame.
1 2 3 4 5 |
linked_courses <- read_linked_courses(system.file("extdata/examples/linked_courses",
package = "sistec"), "csv")
linked_courses
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.