#' @rdname ui-utils
rotations <- function(id) {
shiny::textInput(
shiny::NS(id, "rotations"),
shiny::h4("Rotations"),
value = "5-2"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.