Lluís Revilla
Lluís Revilla
**Describe the bug** I was using Rstudio (1.4.1717) on visual mode and used the command palette to insert a citation when I noticed this error on the console: ``` ---...
Thanks for the book! It has been an interesting read. I was going through the 8 chapter and I found a reference to `get_datatable` (the last line of the **Central...
Many thanks for such wonderful packages I been using them more and more! However, I can't find a functionality I think could be useful.I would like to be able to...
Many thanks for maintaining and developing this package! It has been very useful for my presentations and workshops. I would like to use details for my slides to show code...
When using "either" or "both" method, the p is `NA`. https://github.com/benjjneb/decontam/blob/078090e9202bcabad484b655681c41aa1573a9cf/R/decontam.R#L189 Isn't any other way to combine them into a single numeric value? One way would be to use `pval
Many thanks for providing this package. As non native speaker is sometimes difficult to know if I am writing well. I have used the `gramr::write_good_file` to check a file. The...
Thanks a lot for your blog. I like reading your short pieces of advice and comments on science. But I was reading this is a [page](https://simplystatistics.org/2015/04/29/data-analysis-subcultures/) and noted some duplicate...
Many text analysis remove url, hashtags, cashtags and user mentions. It would be nice if there were a function to remove this from the information provided by the API.
### Problem Looking at the examples of `post_tweet`, I see that if the first initial tweet is successful it will report the id. ### Expected behavior I think it would...
`post_follow` and `post_friendship` call the same [endpoint](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/post-friendships-update) but have different arguments (to update a relationship). `post_follow` should be split and provide only one function for each endpoint