powered by
Creates a <meta> tag for attribute value pairs, where argument names correspond to attribute names.
<meta>
meta_tag(.meta = meta(), ...)
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.
meta
<head>
rmarkdown::html_document()
shiny::runApp()
A meta object created by meta() or as_meta(), or returned by a meta_*() object.
meta()
as_meta()
meta_*()
Attribute names and values as attribute = value. Values must be a single character string.
attribute = value
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_apple_itunes_app()
meta_apple_web_app()
meta_general()
meta_geo()
meta_google_scholar()
meta_name()
meta_social()
meta_viewport()
meta() %>% meta_tag( "http-equiv" = "Content-Security-Policy", content = "default-src 'self'" )
Run the code above in your browser using DataLab