If you go into one of your repositories, GitLab will show you a message at the top of the site that tells you that you need to add an SSH key. The SSH key is used for secure communication between the GitLab server and your computer when you want to share information, like push/pull...
The ggplot2 package, boxplots, plotting means, violin plots, scatterplots, grouping by colour, grouping using facets, adjusting scales, adjusting positions.” discovr_06: The beast of bias. Restructuring data from messy to tidy format (and back). Spotting outliers using histograms and boxplots...
is.na(delay)) %>% collect() # plot delays library(ggplot2) ggplot(delay, aes(dist, delay)) + geom_point(aes(size = count), alpha = 1/2) + geom_smooth() + scale_size_area(max_size = 2) #> `geom_smooth()` using method = 'gam' and formula = 'y ~ #> s(x, bs = "...
In RStudio,Tools -> Version Control,select Git. In RStudio,Tools -> Global Options, select Git//SVN tab. Ensure the path to the Git executable is correct. This is particularly important in Windows where it may not default correctly (e.g. C:/Program Files (x86)/Git/bin/git.exe). No...
packages(c('dplyr', 'ggplot2', 'tidyverse'), repos='http://cran.rstudio.com/')" # Copy the entire project directory into the Docker image COPY . /home/rstudio/rstudio-docker-project WORKDIR /home/rstudio/rstudio-docker-project # Expose the default RStudio Server port EXPOSE 8787 ...
## Loading required package: ggplot2 ## Loading required package: ggthemes ## Loading required package: grid ## Loading required package: rje ## ## Attaching package: 'rje' ## The following object is masked from 'package:data.table': ...
The ggplot2 package, boxplots, plotting means, violin plots, scatterplots, grouping by colour, grouping using facets, adjusting scales, adjusting positions.” discovr_06: The beast of bias. Restructuring data from messy to tidy format (and back). Spotting outliers using histograms and boxplots...
Self-documenting plots in ggplot2 Data Challenges for R Users simplevis: new & improved! Checking the inputs of your R functions Imputing missing values in R Creating a Dashboard Framework with AWS (Part 1) BensstatsTalks#3: 5 Tips for Landing a Data Professional Role Live COVID...