download.JSON: Downloads json file
Description
Downloads json fileUsage
## 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?