Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Is there a pandas equivalent to the tidyr nest function?

python r pandas tidyverse

Correct usage of dplyr::select in dplyr 0.7.0+, selecting columns using character vector

r dplyr tidyverse rlang tidyeval

dplyr : how-to programmatically full_join dataframes contained in a list of lists?

Adding an additional legend manually for different data.frames used in the same ggplot

Dangers of mixing [tidyverse] and [data.table] syntax in R?

r dplyr data.table tidyverse

Include "All other functions" in a pkgdown reference yaml

r tidyverse pkgdown

Creating models and augmenting data without losing additional columns in dplyr/broom

r dplyr tidyverse broom

Equivalent of apply() by row in the tidyverse?

r dplyr tidyverse

Conditional filtering using tidyverse

r dplyr tidyverse

Error with select function from dplyr

r dplyr tidyverse

Joining two data frames with intervals misbehaves?

R: create dummy variables based on a categorical variable *of lists* [duplicate]

Spread with duplicate identifiers (using tidyverse and %>%) [duplicate]

r dplyr tidyr tidyverse dcast

`purrr::map` to any type

r tidyverse purrr

How to Transpose (t) in the Tidyverse Using Tidyr

r dplyr tidyr tidyverse

using purrr to affect single columns of each dataframe in a list

r tidyverse purrr

Opposite of unnest_tokens

r tidyr tidyverse tidytext

Get the name of a list item created with purrr::map

r tidyverse purrr

How to filter a data frame programmatically with dplyr and tidy evaluation?

r dplyr tidyverse rlang

Save a data frame with list-columns as csv file

r list dplyr tidyverse