read_qacademico: Read Qacademico files

Description Usage Arguments Details Value Examples

View source: R/read_qacademico.R

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

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

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

1
2
3
4
5
6
# this dataset is not a real one. It is just for test purpose.
qacademico <- read_qacademico(system.file("extdata/examples/qacademico",
  package = "sistec"
))

qacademico

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