Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

dplyr `case_when()` trouble with NA

r if-statement dplyr

How to highlight a column in ggplot2

r ggplot2

How to automate recoding of many variables using mutate_at and nested ifelse statement?

r dataframe dplyr recode

Check string pattern for non-unique characters

r string strsplit

Assigning/Referencing a column name in data.table dynamically (in i, j and by)

r data.table

Why is mutate_at not creating a different name for new column when I pass it only one column in vars()?

r dataframe dplyr

R - function like duplicated that removes all of the duplicated instances

r

Problem installing Sodium package in R on an Ubuntu system

Keep rows which have two string in the same row

r

R: Paste two strings without space [duplicate]

r merge paste

Finding the hierarchy relationships between number pairs in R

r hierarchy

Split numeric (%Y.%m) column into two columns

r

Use of cumsum() iterativley in one column

r dplyr cumsum

how to get index of first occurence of group in a column?

r

Concatenate two columns of a dataframe in R if all values between them are NA?

r dataframe na

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

r tidyverse na missing-data

How to concatenate vectors of different lengths without recycling and without using a loop?

r

Take row names from list of lists in R

r list variables purrr rowname

Dealing with time-periods such as 5 minutes and 30 seconds in R

r posix zoo

specifying column names of a data frame within a function ahead of time

r