-
I think there is an error in parseing the results from search_users().
Here's what I trying:
```
usersearch
-
I knew the https://github.com/geoffjentry/twitteR package by @geoffjentry -> what are the differences between both packages? Thanks.
-
We are regularly adding new data files based on Twitter searches run every ~10 days or so. The master file quickly gets out of date. Could use a script that auto-updates the master file whenever begin…
-
```r
> upnews::upnews()
Error in gh("GET /repos/:owner/:repo/compare/:ref...:sha", owner = rep$user, :
GitHub API error (404): 404 Not Found
No common ancestor between gh-pages and fbb03d11a…
-
### Problem
I am trying to connect to developer account to collect tweets. I have just been approved for the account, and I have all four of the credential codes. However, I am unable to create the t…
-
@andrewheiss is there anything included in your [scriptuRs package](https://github.com/andrewheiss/scriptuRs) that isn't in the [sacred package](https://github.com/JohnCoene/sacred)? 😄
-
Hi @mkearney
My apologies if this is not the right place for asking this question.
I'm developing an R wrapper around Starspace here: https://github.com/bnosac/ruimtehol
In order to build an examp…
-
Hello!
I have a bit of an awkward issue. I also am working on an R package called `tidystats`. So, it appears we have both come up with this name!
My package can be found here: https://github.co…
-
I have a script that repeats a search for some specific terms a number of times over a period of time,
`search_tweets() ` has an argument for `max_id` when iterating backwards for repeated searches …
-
As of now, unit testing is quite haphazard. I'd like to establish a consistent set of tests for each function.
1. `fredr_set_key()` - fine as is
2. `fredr()`
- errors when API key is not set
…