aceCodeInput: Create an Ace code input control

Description Usage Arguments Value

View source: R/aceCodeInput.R

Description

Create an input control for entry of R code text values. This is very similar to a textInput but has additional IDE look and feel plus code completion that comes with Ace code editor.

Usage

1
2
aceCodeInput(inputId, label, code = NULL, hint = c("autocomplete",
  "anyword"))

Arguments

inputId

Input variable to assign the control's value to

label

Display label for the control

code

Initial code text

hint

Types of code compeltion to enable

Value

An Ace code input control that can be added to a UI definition


saurfang/shinyAceCodeInput documentation built on May 29, 2019, 3:20 p.m.