View source: R/utilities_func.R
This is a convinience function designed for use with drake. It will detect the dependencies automatically from function calls. In cases where background tasks, like a SQL query, are dependencies, then this can be used to flag that so the code is executed in the correct order.
1 | utilDepend(a_tibble, a_dependency)
|
a_tibble |
A table |
a_dependency |
Another variable which you want to show as a dependency |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.