projectReportSend: Make plot of network within html documents. Summarize all...

Description Usage Arguments Details Examples

Description

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

Usage

1
2
projectReportSend(target.directory = get("source_info")$project.path, si,
  send.data = FALSE, graph.width = 960, graph.height = 500)

Arguments

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

Details

Not for direct use. Does not assume source_info in workspace

Examples

1
2
3
4
5
## Not run: 
 source_info <- create_source_file_dir("adaprHome","tree_controller.R")
projectReportSend(si=source_info)

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.