dep_prev
From knitr v1.30
by Yihui Xie
Make later chunks depend on previous chunks
This function can be used to build dependencies among chunks so that all later chunks depend on previous chunks, i.e. whenever the cache of a previous chunk is updated, the cache of all its later chunks will be updated.
Usage
dep_prev()
Value
NULL
; the internal dependency structure is updated as a side
effect.
References
See Also
Community examples
Looks like there are no examples yet.