-
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
…
-
Hi!
I'm quite new to using R and rtweet so, if possible, please respond in somewhat laymans terms... :-)
I'm trying to do an exhaustive search with almost 4100 different search queries (can't sp…
-
Hi,
I tried to use the package, but it gives me the following error. What should I do?
``` r
## load package
library(botornot)
## select users
users Invalid or expired token.
#> Error in…
-
I have been using this package for about 2 weeks know, and everything worked fine.
Since somewhere mid last week I keep getting the error:
"Error in init_oauth1.0(self$endpoint, self$app, permission…
-
I would like to make a pre-submission inquiry about [rtweet](https://github.com/mkearney/rtweet). I believe it would fall under **data retrieval**, because the package allows users to easily access an…
-
I've got an error on:
> library('rtweet')
> fav Error in (function (user, n = 200, since_id = NULL, max_id = NULL, parse = TRUE, :
> object 'count' not found
This problem is on Rstudio & …
-
### I am collecting a general stream of Tweets but any Tweet that is over 140 characters is only partially returned with a URL that takes you to the original Tweet. I tried the "tweet_mode = "…
-
From what I understand from the options of the function get_timeline one could pass de option since_id to the API query but when I use it I get the same results as if I dont set it.
Should I write it…
-
If I call "search_tweets" and pass "tweet_mode=extended" (which gets passed to the URL), the response from the Twitter API puts the tweet's text in a "full_text" field, and not "text". It looks like t…
ghost updated
7 years ago
-
I collected timeline data twice in one day. Within each session I could merge timeline data of multiple users to a single data frame. However, the data frames from the two sessions contains different …