reactive_dist | R Documentation |
Takes a 'reactiveValues' object and returns a 'reactive'
reactive_dist(dist_args, isolate = FALSE)
dist_args |
List of arguments to 'calc_dist()' |
isolate |
Should the reactive expression be isolated? Will not return a reactive or take reactive dependencies if 'TRUE'. |
A 'reactive' containing the results of 'calc_dist()'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.