Learn R Programming

adapr (version 2.0.0)

projectReportSend: 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

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

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

Run this code
# NOT RUN {
 source_info <- create_source_file_dir("adaprHome","tree_controller.R")
projectReportSend(si=source_info)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab