library(shiny)
ui <- fluidPage(
titlePanel("Convert kilograms to grams"),
p("From", a(href = "https://github.com/rstudio/shinytest2/issues/244", "Issue #244")),
numericInput("kg", "Weight (in kg)", value = 0),
textOutput("g")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.