get_learning_obj.Rd
Given an repository on GitHub, retrieve all the bookdown chapter information for the Github page if it exists. Currently only public repositories are supported.
get_learning_obj(url, prompt = "This chapter will demonstrate how to\\:")
a url to a bookdown chapter e.g. "https://jhudatascience.org/Documentation_and_Usability/what-does-good-documentation-look-like.html"
A string character that is a prompt lead in to the Learning objectives and should be deleted.
find learning objectives for a particular chapter
if (FALSE) {
# Declare chapter URL
url <- "https://jhudatascience.org/Documentation_and_Usability/other-helpful-features.html"
get_learning_obj(url)
}