Description Usage Arguments Value Author(s) See Also Examples
View source: R/html_add_line_to_head.R
Add a line of text in the last line of an HTML file head
1 | html_add_line_to_head(filename, line_to_add, locale = readr::default_locale())
|
filename |
(string(1)) |
line_to_add |
(string(1)) |
locale |
Information of locale, produced by, e.g.,
|
A message, if the line was added.
Vilmantas Gegzna
html_enable_favicons
1 | # add_line_to_html_head("index.html", "<br>")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.