inst/ggraptR/views/codeCtrlsUI.R

div(
  br(),
  fluidRow(
    column(8, textInput('console', NULL, placeholder = 'Enter R command here')),
    column(3, uiOutput('evalConsoleBtn'))),
  
  pre(textOutput('consoleCtrl'), style="padding-left: 10px; padding-right: 40px;")
)

Try the ggraptR package in your browser

Any scripts or data that you put into this service are public.

ggraptR documentation built on July 2, 2020, 2:30 a.m.