Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Using Dplyr's to find max values of a group and mutate the result in another column in the same table [duplicate]

r max tidyverse dplyr

How to subset windows in a dataframe using start- and end-values from another dataframe in R?

r dplyr tidyverse subset purrr

Creating new columns that go from 0 to the value in the variable of a table

relevel factors and reorder factors using tidyverse in R

r dplyr tidyverse forcats

dplyr best practice to filtering on multiple logical columns programmatically

r filter dplyr tidyverse

Combine legends on a map when data is specified in a geom

r ggplot2 maps tidyverse

R Find the Distance between Two US Zipcode columns

How to insert rows in specific indices of dataframe containing sum of few rows above only in R pipe dplyr

r dataframe dplyr tidyverse rows

Making a function over a list with tidyverse and sapply

Function that specifies argument of another function and list of values to pass to that argument with purrr::map or lapply

conditionally transpose select rows using tidyverse

r tidyverse

Apply a custom function to pairs of columns in a dataframe

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