## ######################
## Data manipulation tab
## ######################
fluidRow(
column(
12,
fluidRow(
column(
11,
p("Create a new variable as a weighted combination of existing values")),
column(
1,actionLink("helpCombine",NULL,icon = icon("question-circle")))),
fluidRow(
column(
4,offset=1,
p("Specify Weights:"),
rHandsontableOutput("tblNewVar")),
column(
4,offset=1,
textInput("txtNewVar", "Enter name for new variablelabe:", value = ""),
actionButton("bttnNewVar","Make new variable")))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.