Description Usage Arguments Examples
View source: R/create_showcase.R
Extract examples from documentation and place in gitbook
1 2 3 4 | create_showcase(
r_dir_path = './R',
gitbook_dir_path = './examples/showcase/'
)
|
r_dir_path |
[character], length 1, dir path of R file |
gitbook_dir_path |
[character], length 1, output directory |
1 2 3 4 5 6 7 | #BEGIN: example
## Not run:
# simplest example
create_showcase()
## End(Not run)
#END: example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.