rcpp_forcelayout {DataViz} | R Documentation |
~ 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
if(interactive()){
rcpp_throwchart(weekschedule,path.package("DataViz"))
}
[Package DataViz version 0.2.8 Index]