Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Drop columns by patterns values in R

r dataframe

Expand the R formula

r

Count rows matching a criteria relative to current row

r dplyr data.table

Count number of days in a date range in R

r

replace NA in a dataframe with random numbers within a range

r dataframe

Divide each row by its sum

r dplyr

Replace multiple `summarize`statements by function

r function tidyverse summarize

Find indices of sequential duplicates in string in R [duplicate]

r string