Description Usage Arguments Examples
View source: R/reformat_developing.R
Reformat file generated by use_r.function to developing structure
1 2 3 4 | reformat_developing(
file_path,
dry_run = TRUE
)
|
file_path |
[character], length 1, file path to reformat |
dry_run |
[logical], length 1, if TRUE, print the reformatted file |
1 2 3 4 5 6 7 8 9 | #BEGIN: example
## Not run:
# observe that reformat_developing moves examples next to description
use_r.function('myfun.R')
reformat_packaging('myfun.R',dry_run=FALSE)
reformat_developing('myfun.R',dry_run=TRUE)
## End(Not run)
#END: example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.