read_linked_courses: Read linked courses files

Description Usage Arguments Value Examples

View source: R/read_linked_courses.R

Description

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

1
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.

Value

A data frame.

Examples

1
2
3
4
5
 
linked_courses <- read_linked_courses(system.file("extdata/examples/linked_courses",
                                                  package = "sistec"), "csv")

linked_courses

r-ifpe/sistec documentation built on May 21, 2021, 7:58 a.m.