FAQ
Install of R and RStudio (not required)
- Download and install R : https://cran.r-project.org/
- Download and install a daily build of RStudio: https://dailies.rstudio.com/
- Install Quarto CLI: https://quarto.org/docs/getting-started/installation.html
- Install any necessary packages with
install.packages("___")
RStudio
Change pipe from
%>%
to|>
Cmd + Shift + P: Setting Use R’s native pipe operation turn it on