Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken url in stream_in documentation #389

Open
jeffreyxparker opened this issue Apr 18, 2022 · 0 comments
Open

Broken url in stream_in documentation #389

jeffreyxparker opened this issue Apr 18, 2022 · 0 comments

Comments

@jeffreyxparker
Copy link

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"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant