View source: R/wsx_get_poppaths.R
wsx_get_poppaths | R Documentation |
Obtain paths to populations/nodes/gates in a flowjo workspace
wsx_get_poppaths(ws, groups = NULL, collapse = T)
ws |
path to flowjo workspace or a parsed xml-document (xml2::read_xml(ws)) |
groups |
which groups in from flowjo workspace to consider |
collapse |
logical whether to collapse FileNames to a list column |
data frame
## Not run:
pp <- wsx_get_poppaths(ws, collapse = F)
# check which files have equal gating trees
# and get the node (or path, or population) names
pp <- pp %>%
dplyr::group_by(PopulationFullPath, Population, ws) %>%
dplyr::summarise(FileName = list(FileName), .groups = "drop")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.