Description Usage Arguments Details Value Examples
View source: R/read_qacademico.R
This function support two kinds of schemas: from the api and the website. See Details if you need help to download the Qacademico data.
1 | read_qacademico(path = "", start = NULL)
|
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". |
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".
A data frame.
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.