Learn R Programming

DataViz (version 0.2.8)

rcpp_forcelayout: ~ C++ called function: rcpp_forcelayout ~

Description

This function takes the inputs from forcelayout, and writes the data in Json array, then this function calls a windows cmd function to open an index.html in the extdata.

Usage

rcpp_forcelayout(schedule, path)

Arguments

schedule

A number column

path

The path for the library

Examples

Run this code
# NOT RUN {
 if(interactive()){
  rcpp_throwchart(weekschedule,path.package("DataViz"))
}
# }

Run the code above in your browser using DataLab