read_qacademico: Read Qacademico files

View source: R/read_qacademico.R

read_qacademicoR Documentation

Read Qacademico files

Description

This function supports 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 = "", start = NULL)

Arguments

path

The Qacademico file's path.

start

A character with the date to start the comparison. The default is the minimum value found in the data. The date has to be in this format: "yyyy.semester". Ex.: "2019.1" or "2019.2".

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" and "Cota".

Value

A data frame.

Examples

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

qacademico

r-ifpe/ARIA documentation built on April 14, 2022, 11:54 a.m.