get_chapters | R Documentation |
Make Leanpub file that has embed webpage of a chapter
get_chapters(
path = ".",
html_page = file.path("docs", "index.html"),
base_url = "."
)
path |
path to the bookdown or quarto course repository, must have a '_bookdown.yml' or '_quarto.yml' file |
html_page |
The file path of the rendered index.html file. It can be a url |
base_url |
The base url of where the chapters are published – the url to provide to the iframe in Leanpub e.g. https://jhudatascience.org/OTTR_Template/coursera |
A data.frame of the chapter urls and their titles that are to be ported to Leanpub. This can be passed to
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.