forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage-intro.Rmd
14 lines (9 loc) · 827 Bytes
/
usage-intro.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# (PART) Early GitHub Wins {-}
# Get started with GitHub {#usage-intro .unnumbered}
Now that we've verified your Git/GitHub/RStudio setup, we can demo the workflows you'll use to get your work onto GitHub:
* [New project, GitHub first] is the easiest way to get a working project.
* [Existing project, GitHub first] is a deeply pragmatic way to get pre-existing work onto GitHub.
* [Existing project, GitHub last] is the more proper way to connect existing local work to a remote on GitHub, especially if there's already a Git history.
This part concludes with two R-specific workflows that show off how well [R Markdown (the format)](https://rmarkdown.rstudio.com) and [rmarkdown (the package)](https://cran.r-project.org/package=rmarkdown) work with GitHub:
* [Test drive R Markdown]
* [Render an R script]