read_linked_courses {sistec}R Documentation

Read linked courses files

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

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

 
linked_courses <- read_linked_courses(system.file("extdata/examples/linked_courses",
                                                  package = "sistec"), "csv")

linked_courses

[Package sistec version 0.2.0 Index]