Learn R Programming

BIS (version 0.2.1)

get_bis: Download, parse, and read into memory a BIS data set

Description

Download, parse, and read into memory a BIS data set

Usage

get_bis(url, ...)

Arguments

url

The url to the data set to be read (usually acquired through get_dataset())

...

Arguments passed to download.file (e.g. quiet = TRUE)

Value

A data frame

Examples

Run this code
# NOT RUN {
datasets <- get_datasets()
df <- get_bis(datasets$url[6])
# }

Run the code above in your browser using DataLab