You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Who is the next James Bond? I don't know. Idris Elba?:
Here's some code (change the variable names and values):
```{r}
# Change these variable names and values:
blue <- 10
red <- 10
purple <- blue/red
```
After making minimal changes, SAVE this .Rmd (default will be to the project folder, but check to make sure).
Notice that if you click on the 'Git' tab (up by the Environment tab), now your newly created Project (.Rproj) and updated .Rmd are there (along with, probably, a gitignore file that you don't really need to worry about).
Stage, commit, and push your updates back to github (see the step-by-step document).