jeroen/jsonlite

Broken url in `stream_in` documentation

jeffreyxparker opened this issue · 0 comments

It appears that http://jsonstudio.com no longer active and the domain is for sale. Thus, this example in the stream_in documentation does not work.

Screen Shot 2022-04-18 at 2 25 33 PM

# Stream import large data from zip file
tmp <- tempfile()
download.file("http://jsonstudio.com/wp-content/uploads/2014/02/companies.zip", tmp)
companies <- stream_in(unz(tmp, "companies.json"))