new_src | R Documentation |
Create an .R file for a new function in /src/
new_src(function_name, ..., src_path = here::here("src"), name_repair = FALSE)
function_name |
The name of the new function |
... |
Currently unused |
src_path |
Destination folder of the new .R file |
name_repair |
If TRUE, automatically make function_name valid |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.