Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

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

How to download editable data table in shiny

r shiny dt

show unique values for each column

r dplyr purrr

Subset and aggregate an original data.table based on a different column

r data.table

Extracting data from irregular lists using purrr:map()

r list dictionary purrr

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