read_suap: Read Suap files

View source: R/read_suap.R

read_suapR Documentation

Read Suap files

Description

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

Usage

read_suap(path = "", start = NULL)

Arguments

path

The Suap 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

For Suap datasets follow these steps:

  • "Modulo Ensino" -> "Relatorio" -> "Listagem de Alunos";

  • In "Filtros de Pesquisa":

    • Select the campus;

    • In "exibicao" mark the options: Ano de Ingresso, CPF,Data de Matricula, Descricao do Curso, Forma de Ingresso and Situacao no Curso;

    • Cliqk on "pesquisar".

Save your file in CSV format.

Value

A data frame.


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