updateFileSelectInput: Change the value of a fileSelectInput on the client

Description Usage Arguments Details

Description

Change the value of a fileSelectInput on the client

Usage

1
updateFileSelectInput(session, inputId, value = NULL, ...)

Arguments

session

The session object passed to function given to shinyServer.

inputId

The id of the input object.

value

A directory path to set

...

Additional arguments passed to choose.file. Only used if value is NULL.

Details

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


daniel-rodak/budgetr documentation built on May 25, 2019, 4:22 p.m.