powered by
Download, parse, and read into memory a BIS data set
get_bis(url, ...)
The url to the data set to be read (usually acquired through get_dataset())
Arguments passed to download.file (e.g. quiet = TRUE)
A data frame
# NOT RUN { datasets <- get_datasets() df <- get_bis(datasets$url[6]) # }
Run the code above in your browser using DataLab