html_add_line_to_head: Add a line of text in the last line of an HTML file head

Description Usage Arguments Value Author(s) See Also Examples

View source: R/html_add_line_to_head.R

Description

Add a line of text in the last line of an HTML file head

Usage

1
html_add_line_to_head(filename, line_to_add, locale = readr::default_locale())

Arguments

filename

(string(1))
name of an HTML file.

line_to_add

(string(1))
text to be added.

locale

Information of locale, produced by, e.g., readr::default_locale(). More about locales: locale.

Value

A message, if the line was added.

Author(s)

Vilmantas Gegzna

See Also

html_enable_favicons

Examples

1
# add_line_to_html_head("index.html", "<br>")

GegznaV/spMisc documentation built on April 26, 2020, 5:59 p.m.