jhudsl / cow

A GitHub API wrapper in R. Has additional functions to help wrangle GitHub published courses like OTTR courses.
0 stars 0 forks source link

Borrow chapters function #13

Closed cansavvy closed 2 years ago

cansavvy commented 2 years ago

In an Rmarkdown document you can do this and it will knit the markdown into your course!

```{r, echo=FALSE, results='asis'}
cow::borrow_chapter(doc_path = "docs/02-chapter_of_course.md", repo_name = "jhudsl/DaSL_Course_Template_Bookdown")
cansavvy commented 2 years ago

Everything is all polished up!

cansavvy commented 2 years ago

All that's left is that same windows specific package problem #7 Otherwise this is set!