Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Appending the row to data.table works differently than in data.frame: How and why?

r dataframe data.table rbind

base R substitute names of the arguments to function call

r metaprogramming rlang

ggplot make legend symbols thinner

r ggplot2

How can you make tidyverse functions that support both quoted and unquoted arguments?

r dplyr rlang tidyeval

mlogit.data() Error: Assigned data `ids` must be compatible with existing data

r r-markdown tibble mlogit

Selected columns to new row

r dplyr

Application of a recursive function within a dplyr context in R

r dplyr

Add space above one of sidebar menu item

r shiny shinydashboard

R Blogdown Hugo academic theme not rendering site

r hugo blogdown hugo-shortcode

Fill a column with a vector if condition is met

r dplyr

R - How to rearrange rows in a data frame while maintaining their grouping?

r dplyr group-by

What is a python/pandas equivalent to R's `with`?

python r pandas

How to select entire matrix except certain rows and columns?

r matrix

xaringan set the document title dynamically

How to repeat rows by their value by multiple columns and divide back

r dataframe repeat

Extract data frames from nested list

r

Running an Rscript on Mac OS X

macos r

LU decomposition with row pivot

r linear-algebra

R plot type "b" with text instead of points - Slope graph with ggplot2

r ggplot2

Bewildering behavior of `substitute` in R