The invitation is sent to [email protected]
, and the I sign in using my ijlyttle
account, which uses [email protected]
.
The invitation is to a space, ours is called "From R User to R Programmer". Within that space, we can create a project; we will create "r-programming-exercises". We will create a code project.
It looks like I will:
- create a project from a git repository
- install our pre-req packages:
install.packages(c("devtools", "tidyverse", "palmerpenguins", "here"))
- make changes only by pulling in from the repo: