FAQ
Install of R and Positron
- Download and install R :https://cloud.r-project.org
- Download and install Positron: https://positron.posit.co/start.html
- Install any necessary packages with
install.packages("___")
Positron
Change pipe from
%>%
to|>
Cmd + Shift + P: Setting Use R’s native pipe operation turn it on