Converts Cytek Aurora Daily QC report into a data frame.
Source:R/QC_FilePrep.R
QC_FilePrep_DailyQC.Rd
Converts Cytek Aurora Daily QC report into a data frame.
Examples
File_Location <- system.file("extdata", package = "Luciernaga")
CSV_Pattern <- ".CSV$"
CSV_Files <- list.files(path=File_Location, pattern=CSV_Pattern,
full.names=TRUE)
TidyData <- QC_FilePrep_DailyQC(CSV_Files)
#> Error in strsplit(String, "_")[[1]]: subscript out of bounds