Description Usage Arguments Details Examples
Make plot of network within html documents. Summarize all programs. Make a readme file at top project directory copy to target.directory Uses pander and pandoc unlike project_report
1 2 | projectReportSend(target.directory = get("source_info")$project.path, si,
send.data = FALSE, graph.width = 960, graph.height = 500)
|
target.directory |
Location to send project report |
si |
Source information list |
send.data |
Logical to send data directory or not |
graph.width |
Sankey Plot dimensions |
graph.height |
Sankey Plot dimensions |
Not for direct use. Does not assume source_info in workspace
1 2 3 4 5 | ## Not run:
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
projectReportSend(si=source_info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.