test_match_order: Tests the order of the files

View source: R/utils.R

test_match_orderR Documentation

Tests the order of the files

Description

Tests the order of the files

Usage

test_match_order(x, y)

Arguments

x

the name of the file 1 (after removing uncommon prefix/sufix)

y

the name of the file 2 (after removing uncommon prefix/sufix)

Value

warrning if he files are not in order

Examples

test_match_order(x = basename(gsub("Norm_","",files_after_norm)),
basename(files_before_norm))

prybakowska/CytoQP documentation built on June 28, 2022, 12:36 a.m.