Description Usage Arguments Details Value Examples
A head comment template auto-generator
1 2 3 4 5 6 7 | make_r_template(
filename = "file.R",
project = "Rescue the Princess",
author = "Peng",
email = "mugpeng@foxmail.com",
dir = getwd()
)
|
filename |
input a character type or not |
project |
input a character type or not |
author |
input a character type or not |
dir |
input a character type or not |
This is some description of this function.
you can use this function to create your header in the script.
file a new file with designed header
1 2 | make_r_template()
make_r_template(project = "How to Fire My Boss.", filename = "01-preparation.R", author = "Tony", dir = getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.