Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

passing an argument without quotes to an R function using its name in a switch statement

r

R - how to fill NA's between two corresponding ID's in a dataframe

r data-munging

ggplot geom_bar where x = multiple columns

r ggplot2

How to use purrr's map function to perform row-wise prop.tests and add results to the dataframe?

r dplyr purrr

Add rows based on missing dates within a group

r dataframe

Locate title in top left of grid.arrange

r gridextra grob

In R, find elements of a vector in a list using vectorization

r vectorization

R dplyr::mutate - add all elements in a returned list

r dplyr

Changing a subset of column names in a list of data frames in R

r list dataframe rename lapply

How to count a feature x if y condition is true (bigquery)

How to skip the second row using readxl

r excel readxl

Applying mutate_at conditionally to specific rows in a dataframe in R

Passing a list of arguments to a function with quasiquotation

r dplyr tidyeval

Rotating x-axis labels and changing theme in ggplot2

r ggplot2

Summarise? Count occurences in column based on another column

r dplyr summarize

Faster equivalent to group_by %>% expand in R

Calculate value using row above in data.frame and another column

r dplyr

Element wise comparison in R

arrays r loops

add row based on variable condition in R

r

Subset list of dataframes containing specific column name

r list subset lapply purrr