range_list_to_vec: Convert a list of ranges to a vector of its individual...

range_list_to_vecR Documentation

Convert a list of ranges to a vector of its individual components

Description

Convert a list of ranges to a vector of its individual components

Usage

range_list_to_vec(rangel)

Examples

range_list_to_vec("A01")
range_list_to_vec("A01:A04")
range_list_to_vec("A01, B03")
range_list_to_vec("A01, B02:C04, C07")

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.