You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: