get_args {shiny.info} | R Documentation |
Auxiliary function that returns list of arguments for parent calling function
Description
Auxiliary function that returns list of arguments for parent calling function
Usage
get_args(fun, depth = -9)
Arguments
fun |
string; for what function to look for |
depth |
negative numeric; how layers above to check the arguments |
Value
list of function arguments
[Package shiny.info version 0.2.0 Index]