Assigns a copy of a global web play object to the current instance of the shiny app. This means every user has her own instance. Note that it is not possible to have two or more web plays active in the same app.

set_wp_for_app(wp, app = getApp(), copy = TRUE)

Details

The function get_wp() returns the web play object of the current app instance.

See also