Description Usage Arguments Details Value Examples
View source: R/flowJoWorkspace_Methods.R
Open a flowJo workspace and return a flowjo_workspace object.
Close a flowjo_workspace, destroying the internal representation of the XML document, and freeing the associated memory.
| 1 | open_flowjo_xml(file, options = 0, sample_names_from = "keyword", ...)
 | 
| file | Full path to the XML flowJo workspace file. | 
| options | xml parsing options passed to  | 
| sample_names_from | character specifying where in the XML workspace file to obtain the sample names, either "keyword" for the included $FIL keyword for each sample, or "sampleNode" for the name of the sample node | 
| ... | not used | 
Open an XML flowJo workspace file and return a flowjo_workspace object. The workspace is represented using a XMLInternalDocument object.
Close a flowJoWorkpsace after finishing with it. This is necessary to explicitly clean up the C-based representation of the XML tree. (See the XML package).
a flowjo_workspace object.
| 1 2 3 4 5 6 | ## Not run: 
	file<-"myworkspace.xml"
	ws<-open_flowjo_xml(file);
	ws
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.