Learn R Programming

adapr (version 1.0.1)

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

project_report_send_rmd(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")
# project_report_send_rmd(si=source_info)
# ## End(Not run) 

Run the code above in your browser using DataLab