| meta_name | R Documentation |
Creates metadata tag pairs where the arguments are the name values and their values are content values.
meta_name(.meta = meta(), ...)
.meta |
A |
... |
Name (argument names) and content (argument value) pairs. |
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_social(),
meta_tag(),
meta_viewport(),
meta()
meta() %>%
meta_name("github-repo" = "hadley/r4ds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.