simple_brew | R Documentation |
This function is used to complete the templates provided by the package with the user provided informations
simple_brew(file_in, placeholder_line, replacement_lines, file_out = NULL)
file_in |
the file to read from |
placeholder_line |
the line to replace |
replacement_lines |
a character vector of lines to insert into the file |
file_out |
path to the new file (default to "file_in" if missing) |
path to the output file (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.