create_showcase: Extract examples from documentation and place in gitbook

Description Usage Arguments Examples

View source: R/create_showcase.R

Description

Extract examples from documentation and place in gitbook

Usage

1
2
3
4
create_showcase(
  r_dir_path = './R',
  gitbook_dir_path = './examples/showcase/'
)

Arguments

r_dir_path

[character], length 1, dir path of R file

gitbook_dir_path

[character], length 1, output directory

Examples

1
2
3
4
5
6
7
#BEGIN: example
## Not run: 
# simplest example
create_showcase()

## End(Not run)
#END: example

thmshrt/writethat documentation built on Dec. 31, 2020, 8:37 a.m.