Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

How can I pass column names through nested functions using `dplyr` in R?

r function tidyverse

Separate a column of a dataframe in undefined number of columns with R/tidyverse [duplicate]

r tidyverse tidyr data-import

How to replace consecutive NAs with zero given a max gap parameter (in R)

r na imputation tidyverse

How can I clean, describe, perform descriptive analysis and visualize Likert questions in R?

r dplyr tidyverse

dplyr group_by over elements of two columns

r dplyr grouping tidyverse

Is there an R function to calculate row sums using a range/window of column indices?

r dataframe tidyverse

`group_by` changes column index for usage in `across` in dplyr

r dplyr tidyverse

Creating new columns based on data in row separated by specific character in R

Match character vector in a dataframe with another character vector and trim character

r dplyr tidyverse stringr

How to de-aggregate binomial response data from individuals with the same covariates to bernoulli and vice-versa?

Several distributions in the same plot -- using geom_density function from ggplot2

r ggplot2 tidyverse

C# JSON parse instead of R

c# r json tidyverse jsonlite

Alternative to the `c()` function that works with pipes in R?

r dplyr tidyverse

Change order of categorical variable and reference category using lm

r tidyverse lm texreg

fit an `lm` model for every level of a factor

r tidyverse purrr

Dplyr join: NA match to any

r dplyr tidyverse

Package Conflicts in R

r tidyverse

Difference between my aggregate() output and tidyverse output

r aggregate tidyverse mean

Standardize Rename with a Dictionary

r tidyverse purrr