-
while bringing some functions from `tidyr` to `dbplyr` I noticed that a couple of `tidyr` functions should probably be generic:
* [x] `uncount()`
the pivot helpers would make sense as the `dbply…
-
Mailitems HTMLBODY return empty string "" on R version 4.2.1
but it works for R version 3.6.3
library(RDCOMClient)
library(dplyr)
library(rvest)
library(textutils)
library(here)
library(tidyr…
-
Data Availability: The data can be found on the Harvard Dataverse Repository at https://doi.org/10.7910/DVN/NI4ZQA.
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0251823
-
``` r
library(tidyr)
df %
uncount(n)
#> # A tibble: 3 × 1
#> x
#>
#> 1 a
#> 2 b
#> 3 b
```
-
# Exploratory analysis of big biological data in R (a short course)
## Pre-learning
- Datacamp
## Classes
1. Tidy data. dplyr.
2. More tidy data. tidyr. ggplot2.
3. Genomics example…
-
https://github.com/jcwieme/data-scripts-star-wars
Mention other Star Wars data (in dplyr? tidyr? Something like that)
-
I'm seeing a strange warning message when I use the geom_hline and geom_vline functions in plotly 4.10.0. It pops up when I run the first example from [this page](https://plotly.com/ggplot2/horizontal…
-
Got the following error-message today while using lsh-function from textreuse:
Warning message:
`gather_()` was deprecated in tidyr 1.2.0.
ℹ Please use `gather()` instead.
ℹ The deprecated featu…
-
I got the error using the `tidyr::uncount`, which was the main reason to try `multidplyr` as the number of rows grows quite a lot.
```r
no applicable method for 'uncount' applied to an object of c…
-
Awesome work!
- Ex1.1: i did not see any factor reordering, please comment if I am wrong
- Ex 2.2.: `tidyr(T2_lm)` is not a valid command
- the rest is perfect work, very neat and organized!