| include_meta | R Documentation |
Use include_meta() to explicitly declare the meta() tags as an HTML
dependency. In general, this is not required when knitting to an HTML
document. This function explicitly attaches an htmltools::htmlDependency()
and may work in some unusual cases.
include_meta(.meta)
.meta |
A |
An htmltools::htmlDependency() containing the metadata tags to be
included in the <head> of the HTML document.
Other meta_actions:
write_meta()
meta() %>%
meta_name("github-repo" = "gadenbuie/metathis") %>%
include_meta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.