Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Separate collapsed column into multiple rows, preserving grouping information

r dataframe tidyr

Is it possible to suppress just one tick mark label?

r ggplot2 ggrepel

How to plot a map based on actual latitude and longitude?

How to scrape hierarchical web data into tabular format using rvest?

r web-scraping tidyverse rvest

Is there a R function to pair elements from two columns of a data.frame to make a new data.frame

r tidyr

Is there an R function to log CPU usage?

r

How to customize x axis tick labels for ggplot2 object created by plot() method

r ggplot2

The difference between Map() and map () from Purrr package in R

r

Concordance matrix

r tidyverse

How to assign 0 to the minimum values by row in a matrix (in a fast/efficient way)?

r performance for-loop matrix

R - Subtract the same value from multiple columns

r dplyr

Rename Legend Values in R

r ggplot2 axis-labels

Configuration failed to find libgit2 library

r devtools libgit2

How to write custom pipe-friendly functions?

r magrittr

Create a plot with a table under the plot

r ggplot2

Selecting distinct values of a column with specific values of other columns

r dplyr group-by duplicates

How to exclude points beyond a line in R

r dataframe spatial

Cut numeric variable in data frame with different breaks according to group (preferably with dplyr)

r dplyr group-by cut magrittr