Returns a flipbook built from package function examples
1 2 3 4 5 6 7 8 9 10 | package_examples_exploded(
package_name,
package_path = ".",
functions_path = "./R/",
flipbook_setup = write_flipbook_setup(),
yaml = write_xaringan_yaml(package_name),
setup_code_chunk = write_setup_code_chunk(package_name),
rmd = "docs/exploded_examples.Rmd",
render = T
)
|
setup_code_chunk |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.