powered by
Downloads RFB fixed width files from selected UFs.
rfb_download(ufs = NULL, path, verbose = TRUE)
character vector of UFs to download. If NULL (default), downloads all UFs.
NULL
path to download the files.
print status messages
character vector containing full paths of downloaded files.
This function needs internet connection. It does not overwrite existing files.
# NOT RUN { # } # NOT RUN { rfb_download("AC", path = file.path(tempdir(), "txt_files")) rfb_download(c("AC", "RR"), path = file.path(tempdir(), "txt_files")) # }
Run the code above in your browser using DataLab