Learn R Programming

BerlinData (version 1.0.1)

download.JSON: Downloads json file

Description

Downloads json file

Usage

## S3 method for class 'JSON':
download(x, message.on.fail = TRUE, ..., parse.to.df = TRUE)

Arguments

x
url of json file location
message.on.fail
logical: show message on download failure?
...
optional additional arguments to download function
parse.to.df
logical: should the function try to parse the JSON output into a data.frame?