Skip to content

Include the option to split and collapse in different ways in the function getInfoFromFileList #9

@schevrie

Description

@schevrie

getInfoFromStringMod = function(name, sep = "_", strPos = 2, censorStr = ".fcs", collapse=sep)
{
tp <- gsub(censorStr, "", strsplit(name, sep)[[1]][strPos])
tp <- paste(tp, collapse = collapse)
return(tp)
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions