View source: R/01_flowgraph_accessors.R
fg_load | R Documentation |
Load a flowGraph object from a specified folder path.
fg_load(folder_path)
folder_path |
A string indicating the folder path to where a flowGraph
object was saved using the |
see function fg_save
flowGraph object
fg_save
no_cores <- 1
data(fg_data_pos2)
fg <- flowGraph(fg_data_pos2$count, class=fg_data_pos2$meta$class,
no_cores=no_cores)
fg_save(fg, "tmp")
fg <- fg_load("tmp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.