library(rhandsontable)
library(dygraphs)
shinyUI(fluidPage(
titlePanel("130/30 Portfolio Returns"),
fluidRow(
column(12,
helpText("Change the position type and weights to recalculate the ",
"return stream."))
),
fluidRow(
column(4,
rHandsontableOutput("hot"),
checkboxInput("reweight", "Reweight?")
),
column(6,
dygraphOutput("plot")
)
)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.