Hi,
I recently started to work with flowworkspace package in R and have the constant problem.
While opening the xml file, which I exported from FlowJo it gives me errow:
dataDir <- "....."
wsfile <- list.files(dataDir, pattern="wth group.xml",full=TRUE)
ws <- openWorkspace(wsfile)
Error in xpathApply(x, "/Workspace", function(x) xmlGetAttr(x, "version"))[[1]] : subscript out of bounds
I would really appreciate if someone could help me to find out the mistake.
Best,
Ekaterina