Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

How to prevent a kable from splitting between pages?

r knitr r-markdown

How can I remove space/gaps between continuous x-values in geom_raster

r ggplot2 heatmap geom-raster

How to merge big sparse matrices

r list merge sparse-matrix

Custom rcpp last function slow with dplyr group_by and summarise compared to tapply

r performance dplyr tapply

Avoid (as)data.frame change data to factors when converting from zoo object

r dataframe zoo

Using dplyr to filter rows which contain partial string of column

r filter dplyr summarize

R Markdown: Must the author's name be italic?

r r-markdown

Text SVG plot in Rmarkdown

r svg knitr r-markdown

How to profile Rcpp code (on linux)

c++ r profiling rcpp gperftools

Map aesthetics to LINESTRING geometries with sf in R

r ggplot2 sf

pattern match and replace the string with if else loop

python r awk sed

Conditional recode based on lookup vector

r dplyr lookup recode

Shiny dynamic content based on window size (like css media query)

Optimizing subsetting with data.table in a loop

r loops data.table

right/left align subtitle position in plot

r plot subtitle

dplyr bind_rows execution time exponential

r dplyr purrr

Performing dplyr mutate on subset of columns

r dplyr

How to speed up subset by groups

r performance data.table dplyr

Annotate ggplot with an extra tick and label

r ggplot2

Function for retrieving own ip address from within R?

r