find_banner | R Documentation |
FIND Banner
find_banner(title, extra_html = NULL)
page_title <- "Test Directory"
extra_html <- '<p>This fully searchable directory currently lists all
commercially available immunoassays and molecular tests
</p>'
ui <- find_dashboard_page(
banner = find_banner(page_title, extra_html = extra_html),
variants_ui("variants")
)
ui <- find_dashboard_page(
title = "Test directory"
variants_ui("variants")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.