View source: R/01_flowgraph_accessors.R
fg_save | R Documentation |
Saves flowGraph object to a specified path.
fg_save(fg, folder_path = NULL, save_plots = TRUE, paired = FALSE, ...)
fg |
flowGraph object to save. |
folder_path |
A string indicating the folder path to where the flowGraph
object should save its elements; if this is the first time the object is
being saved, this folder should be empty or if it is
not yet created, the function will create it. If the object has previously
been saved before and this parameter is set to |
save_plots |
A logical indicating whether or not to save plots. |
paired |
A logical indicating whether the summary is paired; used in
function |
... |
Other parameters for the |
See generated README.md file.
TRUE if flowGraph object successfully saved.
length
,c("nrow", "nrow")
,NULL
map
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.