Quantitative methods setup and materials
Osnova sekce
-
-
Install package Tidyverse in R using the command (see Wickham and Grolemund 2017: xvi):
install.packages("tidyverse")
Check if the installation was successful and load the package into R:
library(tidyverse)
-
-
-
## install necessary packages install.packages("remotes") remotes::install_github("rstudio/learnr") remotes::install_github("rstudio-education/gradethis") remotes::install_github("ellaudet/dsslearnr") ## open practice exercises for chapter 1 of DSS learnr::run_tutorial("01-introduction", package = "dsslearnr")