Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

How can I keep columns when grouping/summarizing?

r dplyr

Pass SQL functions in dplyr filter function on database

sql r postgresql dplyr

Get percentage of people for each pair

r

R Shiny: upload image file and save to server

r shiny

R markdown error in evaluate_call(...) when knitting any Rmd file

r knitr r-markdown

How to fill histogram with color gradient?

Adjusting the x-Axis and Bins when Making a Histogram with Ggplot2

r ggplot2

R - How can I generate difference of all combinations of columns in a data frame

r dataframe combinations

Convert one column into a new column every 5 rows (a numeric interval)

r multiple-columns

Apply function between rows, grouped by a variable, computing all possible combinations between variable in other column

r dataframe

Use purrr::map to apply multiple arguments to a function

r ggplot2 dplyr magrittr purrr

Replacing a string in column names in dataframe in R with grepl

r dataframe gsub

Scraping html table and its href Links in R

html r xpath rvest

Problems installing R packages from source in RStudio - Ubuntu 16.04

r rstudio ubuntu-16.04

How to save a leaflet map in Shiny

r shiny leaflet r-leaflet

Sparklyr/Hive: how to use regex (regexp_replace) correctly?

r apache-spark hive sparklyr

plotting a sf object with geom_sf() with any projection other than lat-long

Convert factor into logical datatype

r data-conversion

Weird : cumsum not working on dplyr

r dplyr cumsum tibble

add leading 0 at a specific position in a string (R)

r regex string leading-zero