add_dependencies {shinyMobile} | R Documentation |
Attach all created dependencies in the ./R directory to the provided tag
Description
This function only works if there are existing dependencies. Otherwise, an error is raised.
Usage
add_dependencies(tag, deps = NULL)
Arguments
tag |
Tag to attach the dependencies. |
deps |
Dependencies to add. Expect a vector of names. If NULL, all dependencies are added. |
[Package shinyMobile version 2.0.1 Index]