wsx_get_fcs_paths.Rd
If one has a large experiment with many fcs files and many workspaces with various gatings, finding out which fcs files are gated in which workspace may be helpful.
wsx_get_fcs_paths(ws, split = T)
path to flowjo workspace or a parsed xml-document (xml2::read_xml(ws))
logical whether to split file paths by groups; if yes a list is returned, if no a data frame
a list or data frame of paths to fcs files
if (FALSE) {
wsx_get_fcs_paths(ws)
}