Description Usage Arguments Details Value Examples
Writes dependency data to file in "Dependency" directory
1 | finalize_dependency(RMD = TRUE, write = TRUE)
|
RMD |
Logical denoting whether the finalizing occurs in markdown vs R script |
write |
Logical indicated to write the dependency object |
Operates git tracking of program and dependency file.
Strips project directory out of dependency file. Passes workspace to R markdown file and render. Stores file modification and hash for all dependencies. Writes dependency information to ‘Dependency’ directory. Adds dependency file and Session information to Git.
dependency.object
1 2 3 4 5 | ## Not run:
#Executed only at the end of adapr R script
#finalize_dependency()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.