jcs82

Results 8 comments of jcs82

[ac-tw_pdit_share.R.zip](https://github.com/cjbarrie/academictwitteR/files/6733474/ac-tw_pdit_share.R.zip)

This (above) is the script that I am running. It loops through a number of generated expressions. I am flattening the json with the bind_tweets function. I am getting place_id...

Ah, apologies - I tried to share R file, but not permitted file type. You can reproduce what I am doing with: #################### # Build query query

Further example for clarification: In my dataset, I have a data point with the 'place_id': 315b740b108481f6. The 'location' field that corresponds to this user is just "England", as it is...

Oh, Awesome. Thanks for this, I will definitely have a look at helping out with dev. Cheers, Jon

Hi, so the following code works for extracting places. It's taken from the 'bind_tweets.R' code. The only weird thing was that it threw out an error with "simplifyVector=TRUE". Setting to...

Hi, yes - this sounds similar to what I ended up doing. I don’t think there should be any issue with what you describe here. The only thing I did...

Interesting you bound the tweets before jsons are written. That'd be better actually.... The places are there in the user jsons but nested and have to be extracted separately. Either...