Description Usage Arguments Details Value Examples
Tracks files written by functions not in adapr and captures the file information within dependency object
1 | WriteTrack(file.name = "data.csv", description = "Result file")
|
file.name |
name of file |
description |
description of data file |
Allows tracking of files written by other functions than Write. Assumes file is in Results directory
Filepath of file that was written
1 2 3 4 5 6 7 8 | ## Not run:
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
write.csv(cars,file.path(source_info$results.dir,"test.csv"))
WriteTrack("cars.csv","cars dataframe")
showResults()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.