Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Fill NAs with either last or next non NA value in R

r dplyr tidyverse na zoo

Assign ID to column with NA's

r dplyr tidyverse na

Check if value of column A is present in the same row or previous rows of column B

Using pivot_longer with 2 groups of columns

r dplyr tidyverse

List into tibble using list names as values in one column

r list tidyverse purrr tibble

Is there a equivalent for the tidyr fill() for strings in R?

r string tidyverse

Group-specific calculations involving both row-specific and whole-group elements

R fill missing values with the sum of other values using tidyverse

r tidyverse na missing-data

Filter by combination of (row) pairs

r dplyr subset tidyr tidyverse

Unstack lubridate's interval class

r tidyverse lubridate

R Mutate Column That Represents the Mean of Many Other Columns

r dplyr tidyverse

Take mean of digits that are run together in one column

r dplyr tidyverse

Get element number of list while iterating through it

r list tidyverse purrr

Applying mutate_at conditionally to specific rows in a dataframe in R

Combine data file and label file together to have one single labelled dataframe in R

Split a list into separate data frame in R

r dplyr tidyverse purrr

Calculating geographic distances to data points with dplyr::mutate

r dplyr tidyverse geosphere

Tidy way to convert numeric columns from counts to proportions

r tidyverse dplyr