View source: R/file_format_utils.R
insert_lines | R Documentation |
Insert lines into template
insert_lines(file, lines, start, end, insertAt = "end")
file |
template object |
lines |
lines to insert |
start |
line after which to start |
end |
line before which to end |
insertAt |
string, whether to put as close as possible to the start or the end ( |
file with additional lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.