meta_tag | R Documentation |
Creates a <meta>
tag for attribute value pairs, where argument names
correspond to attribute names.
meta_tag(.meta = meta(), ...)
.meta |
A |
... |
Attribute names and values as |
A meta
object, or a set of <meta>
HTML tags inside an HTML
<head>
tag. For use in rmarkdown::html_document()
, shiny::runApp()
,
or other HTML locations.
Other meta:
meta_apple_itunes_app()
,
meta_apple_web_app()
,
meta_general()
,
meta_geo()
,
meta_google_scholar()
,
meta_name()
,
meta_social()
,
meta_viewport()
,
meta()
meta() %>%
meta_tag(
"http-equiv" = "Content-Security-Policy",
content = "default-src 'self'"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.