Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Extract number after a certain word

regex r

Visualise summary statistics per day, per group

r ggplot2

Subsetting string column in datatable using positions from another column

r data.table stringr

Apply function to columns in a list of data frames and append results

r

Aggregating regardless of the order of columns

r dataframe

Mutate over multiple columns, skip NA values

r dplyr

Find the minimum date between two maximum dates based off unique values in a column

Remove duplicated group dplyr r

r dataframe dplyr group-by

How to strip down comma-separated strings to unique substrings

r regex

Reduce each consecutive sequence to its value and length

r sequence repeat reduction

Can (should) I inherit parts of a function in R?

oop r

Why does str() show incorrect info for factor levels after creating a sub-matrix in R?

r dataframe

Split a dataframe into a list of dataframes, but how to re-merge?

r split

Improving performance of a loop with succeeding string replacements?

r

Display exact value of a variable in R

r r-faq

different results for standard deviation using numpy and R [duplicate]

python r numpy statistics

Delete weak correlations from network in igraph (vertices and edges)

R can't find a function

r

How to calculate the mean of those columns in a data frame with the same column name

r

read.csv in R doesn't import all rows from csv file

r