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

Saving JSON result #398

Open
chicofish opened this issue Jul 6, 2021 · 2 comments
Open

Saving JSON result #398

chicofish opened this issue Jul 6, 2021 · 2 comments

Comments

@chicofish
Copy link

We have a project where we'd like to save the resulting JSON payload from Trends as a stand alone file to access again later.

Would it be difficult to add this to the package? And if you haven't the time, can you tell us architecturally where you recommend we insert this functionality before submitting a PR?

Thanks

Fred

@eddelbuettel
Copy link
Collaborator

Could do though it may be marginally out of scope. We do what we do to give R users data.frames (or variants thereof) that are already parsed and converted and whatnot. You could achieve what you want here by a (local) one-liner mod to our package. Maybe that is easiest?

Thoughts, @PMassicotte ?

@PMassicotte
Copy link
Owner

I never thought it would be useful to export the payload, but why not. In fact, we are exporting a list that contains various element. Maybe we could also export the submuited 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

3 participants