Description Usage Arguments Author(s) Examples
Create .R or .Rmd file using a template that includes header lines
1 2 3 | use.R_template(file, author)
use.Rmd_template(file, author)
|
file |
The name of the generating file. The ".R" or ".Rmd" extension will be added if it is missing. |
author |
The author of the script |
Mun-Gwan Hong, mungwan@gmail.com
1 2 3 4 5 6 7 8 9 | ## Not run:
use.R_template("process_data")
## End(Not run)
## Not run:
use.Rmd_template("process_data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.