inst/ModelBuild/uiCombine.R

## ######################
## 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")))
        )
    )
waternumbers/FloodForT documentation built on Nov. 5, 2019, 12:07 p.m.