reactive_dist: Reactive Version of 'calc_dist()'

View source: R/calc_dist.R

reactive_distR Documentation

Reactive Version of 'calc_dist()'

Description

Takes a 'reactiveValues' object and returns a 'reactive'

Usage

reactive_dist(dist_args, isolate = FALSE)

Arguments

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'.

Value

A 'reactive' containing the results of 'calc_dist()'


jesse-smith/covidscreen documentation built on June 15, 2022, 7:46 p.m.