Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Sampling by group without repetition using data.table

r data.table

How can I extract these multiple regex groups in R

r regex regex-group

Product between all combinations of a vector's elements

How to pass extra parameter to purrr::map with dplyr pipe

r tidyverse

cumsum with reset at flagged column in r?

r for-loop if-statement cumsum

How to change ggplot2 boxplot color with points

r ggplot2

Tilde Dot in R (~.)

r dplyr

Reduce total sum of vector elements in R

r

Custom highlighting style in rmarkdown

readLines killing R in purrr::map

r purrr

How to add a column to lists within a list without losing their names?

r list lapply

Exit from Command prompt after running r script

r batch-file

tidyr::spread() with multiple keys and values

r dataframe reshape tidyr

Accessing grouping variables in purrr::map() with nested dataframes

r dplyr tidyr purrr

Replace a specific character in all of the variables in data frame

r tidyverse

dplyr: divide all values in group by group's first value

r dplyr

R convert numeric to percentage the 'tidyverse way" using percent_format

r

Add rows to a data-frame based on values in one of the columns

r dplyr tidyverse

use a personnal print method inside print.tbl

r tibble

Read CSV in R and filter columns by name

r csv readr