View source: R/get_learning_obj.R
get_learning_obj | R Documentation |
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\\:")
url |
a url to a bookdown chapter e.g. "https://jhudatascience.org/Documentation_and_Usability/what-does-good-documentation-look-like.html" |
prompt |
A string character that is a prompt lead in to the Learning objectives and should be deleted. |
find learning objectives for a particular chapter
## Not run:
# Declare chapter URL
url <- "https://jhudatascience.org/Documentation_and_Usability/other-helpful-features.html"
get_learning_obj(url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.