rapidPlot: Make project graph with sync status already computed.

Description Usage Arguments Details Examples

View source: R/rapidPlot.R

Description

Make project graph with sync status already computed.

Usage

1
rapidPlot(previousGraph, project.id = getProject(), message = "Running")

Arguments

previousGraph

output value of createProjectGraph

project.id

character string of project id examined

message

string subtitle added to graph

Details

Used by syncProject() to disply synchronization progress

Examples

1
2
3
4
5
6
7
## Not run: 
# Requires pandoc location or RStudio
graphData <- graphProject("adaprHome")
rapidPlot(graphData)


## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.