updateDirectoryInput: Change the value of a directoryInput on the client

Description Usage Arguments Details

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/papSmear documentation built on May 25, 2019, 8:32 p.m.