Nothing
#' Aoristic Analysis Shiny App User Interface Object
#'
#' @author N. Frerebeau
#' @keywords internal
#' @noRd
function(request) {
bslib::page_navbar(
title = toupper(kinesis::get_option("name")),
id = "main",
kinesis::home_ui("home", package = "kairos"),
kinesis::prepare_ui("prepare"),
kinesis::time_interval_ui("intervals"),
kinesis::aoristic_ui("aoristic"),
bslib::nav_spacer(),
bslib::nav_item(bslib::input_dark_mode()),
footer = kinesis::footer_ui("footer"),
navbar_options = bslib::navbar_options(collapsible = TRUE),
theme = kinesis::theme_ui(),
lang = "en"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.