Description Usage Arguments Value Examples
Uses read_delim() to read a flat file containing monthly data from
CAGED, as provided by the Brazilian Ministry of Labor.
1  | read_caged(txt_file, pretty = TRUE, ...)
 | 
txt_file | 
 Character string indicating the txt file path.  | 
pretty | 
 Logical. If   | 
... | 
 Additional arguments to   | 
A dataframe with data from the txt file.
1 2 3 4  | ## Not run: 
caged_out2018 <- read_caged('CAGEDEST_102018.txt')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.