Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Load a table from wikipedia into R

xml r html-parsing data.table

loading dplyr after plyr is causing issues

r dplyr plyr

Replace NA's in all data tables in a list

r lapply

Get randomForest regression faster in R

r regression random-forest

Avoid For-Loops in R

r for-loop

Random sample from a data frame in R

r

How to get rowSums for selected columns in R

r rowsum

Set caption font size for figures in YAML header of Rmarkdown

r yaml rstudio knitr r-markdown

R: Updating a data frame with another data frame

r join replace dataframe dplyr

Reset cumsum as it reaches certain value

r performance grouping cumsum

Get indices of repeated instances of elements of a vector in other vector (both very large)

r indexing

putting every 3rd row of a matrix in a new matrix

r matrix

split a vector by percentile

r vector split

Combine datasets by date range and categorical variable

r performance for-loop dplyr

how to hide messages from ggplot in knitr

r ggplot2 knitr

Delete last two characters in string if they match criteria

r regex string character gsub

Is it possible to do a full join in dplyr and keep all the columns used in the join?

r dplyr sparklyr

Combine rows by group with differing NAs in each row

r grouping

R Create objects in loop named depending on i

r loops

Count the number of rows where all columns have identical values

r