DO NOT USE if your question relates to one or two components of the tidyverse, such as dplyr or ggplot2.
If I add a new row to the ìris dataset with: iris <- as_tibble(iris) > iris %>% …
r dplyr tidyverseI am trying to filter specific rows of my tibble using the dplyr::filter() function. Here is part of my …
r regex dplyr tidyverse tidyselectI have the following tibble: df <- structure(list(gene_symbol = c("0610005C13Rik", "0610007P14Rik", "0610009B22Rik", "0610009L18…
r dplyr tidyverseI'm running Ubuntu 16.04 [now 17.04: see note in bold below] and R 3.4.1. I installed the latter this morning, so I presume …
r tidyverseI am using R purrr:::pmap with three inputs. It is not clear how I can refer explicitly to these …
r purrr tidyverseI am using this example to conduct sentiment analysis of a collection of txt documents in R. The code is: …
r tidyverse sentiment-analysis tidytextLet's say I have a tibble where I need to take multiple variables and mutate them into new multiple new …
r dplyr tidyverse tidyselectI've created a simple data frame (dput below): date ticker value ------------------------------ 2016-06-30 A2M.ASX 0.0686 2016-07-29 A2…
r dplyr tidyverse