read_inep_file: Read INEP data file
Description
Internal function to read INEP data files with appropriate settings.
Usage
read_inep_file(file, delim = ";", encoding = NULL, n_max = Inf)
Value
A tibble with the data.
Arguments
- file
Path to the data file.
- delim
The delimiter character.
- encoding
The file encoding.
- n_max
Maximum number of rows to read.