updateDirectoryInput: Change the value of a directoryInput on the client

Description Usage Arguments Details

View source: R/directoryInput.R

Description

Change the value of a directoryInput on the client

Usage

1
updateDirectoryInput(session, inputId, value)

Arguments

session

The session object passed to function given to shinyServer.

inputId

The id of the input object.

value

A directory path to set

Details

Sends a message to the client, telling it to change the value of the input object. For directoryInput objects, this changes the value displayed in the text-field and triggers a client-side change event. A directory selection dialog is not displayed.


kmezhoud/radiant.dose documentation built on May 20, 2019, 12:50 p.m.