View source: R/use_template_client_test.R
use_template_client_test | R Documentation |
This function is very similar to the usethis original but changes the pathing options of where template will be save.
use_template_client_test(
template,
data = list(),
save_as = NULL,
package = "DSFunctionCreator"
)
template |
Path to template file relative to 'templates/' directory within 'package'; see details. |
data |
A list of data passed to the template. |
save_as |
A name for the file which is going to be saved. |
package |
Name of the package where the template is found. |
The function pulls a blank codeline file and fills it with arguments to create a final codeline file which can be used for CodeCheck.
A logical vector indicating if file was modified.
Florian Schwarz for the German Institute of Human Nutrition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.