Demo: Create a repo
This is a arkdown document. As a 'README.md' file, it is the first thing visitors to the repo see.
You cannot code from here. Thie isn't 'R'. But you can write code:
library(tidyverse)
ggplot(mtcars, aes(x = wt, y = disp)) +
geom_poin()
You can commit changes (an intermediary save). Every time you do this you have to create a commit message.
when you put index.html - it will treat this as a home page. capitalization matters.