aceCodeCompletion: Enable Code Completion for an Ace Code Input

Description Usage Arguments Value

View source: R/aceCodeInput.R

Description

Enable Code Completion for an Ace Code Input

Usage

1
2
aceCodeCompletion(inputId, fromList = NULL,
  session = shiny::getDefaultReactiveDomain())

Arguments

inputId

The id of the input object

fromList

The list of code completion words that will be categorized as names. This is intended to provide a way to offer completion for functions that use NSE (non-standard evaluation). This can be a static character vector/list or a reactive that returns such.

session

The session object passed to function given to shinyServer

Value

An observer reference class object that is responsible for offering code completion. See observe for more details.


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