Learn R Programming

sistec (version 0.0.2)

read_qacademico: Read Qacademico files

Description

This function support two kinds of schemas: from the api and the website. See Details if you need help to download the Qacademico data.

Usage

read_qacademico(path = "")

Arguments

path

The Qacademico file's path.

Value

A data frame.

Details

To download the student's data, go to your proper account on Qacademico and follow:

  • "Relatorio de Alunos" -> "Listagem de Alunos" (choose year and period)

  • Click on "visualizar"

  • Using F10 shortcut and save in .csv format

  • Rename the including year and period (example2020_1.csv)

Be sure that your data has the variables: "Matricula", "Nome", "Situacao Matricula", "Curso", "Cpf", "Instituicao", "Per. Letivo Inicial".

Examples

Run this code
# NOT RUN {
 
# this dataset is not a real one. It is just for test purpose.
qacademico <- read_qacademico(system.file("extdata/examples/qacademico",
                                          package = "sistec"))

qacademico
# }

Run the code above in your browser using DataLab