Learn R Programming

adapr (version 2.0.0)

rapidPlot: Make project graph with sync status already computed.

Description

Make project graph with sync status already computed.

Usage

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

Run this code
# NOT RUN {
# Requires pandoc location or RStudio
graphData <- graphProject("adaprHome")
rapidPlot(graphData)

# }
# NOT RUN {

# }

Run the code above in your browser using DataLab