isSpecifiedFunction {shiny.destroy} | R Documentation |
Check if Function Call is relevant function
Description
A short description...
Usage
isSpecifiedFunction(fn_call, fns)
Arguments
fn_call |
A function call |
fns |
A character vector of functions to compare the function call against |
Value
A logical value stating whether or not the function call is in the collection.
[Package shiny.destroy version 0.1.0 Index]