rfb_download: Download RFB files

Description Usage Arguments Value Examples

Description

Downloads RFB fixed width files from selected UFs.

Usage

1
rfb_download(ufs = NULL, path, verbose = TRUE)

Arguments

ufs

character vector of UFs to download. If NULL (default), downloads all UFs.

path

path to download the files.

verbose

print status messages

Value

character vector containing full paths of downloaded files.

This function needs internet connection. It does not overwrite existing files.

Examples

1
2
rfb_download("AC", path = file.path(tempdir(), "txt_files"))
rfb_download(c("AC", "RR"), path = file.path(tempdir(), "txt_files"))

rfbCNPJ documentation built on May 1, 2019, 8:48 p.m.