5 Comments

Hello! Thanks for the post, very informative.

I have a problem when following the commands when doing

df <- as.data.frame(json_data[["aggs"]][["created_utc"]])

The dataframe is actually empty, I guess because the deserialization in the step before fails...? Should this still be working as of today?

Expand full comment

hey, as I understand it the aggs parameter for pushshift was disabled a few months ago. so this code wont work any more :(

https://www.reddit.com/r/pushshift/comments/jm8yyt/aggregations_have_been_temporarily_disabled_to/

I havent figured out a workaround yet

Expand full comment

oh okay good to know! Did you get a debug msg about that or how did you knew? Because I didnt see anything on RStudio that indicated an error there.

Thanks for the info!

Expand full comment

Are your bells and whistles done completely in R or do you use something else?

Expand full comment

Usually R. Occasionally I'll import things into a different program (Illustrator of Affinity Designer) to tough things up.

Stay tuned for a specific post on chart creation.

Expand full comment