subsetutils: Subset Utils

subsetutilsR Documentation

Subset Utils

Description

Subset Utils

Usage

get_single_well(plate, well_id)

get_wells_btwn(well1, well2)

.get_wells_btwn(well1, well2)

range_to_endpoints(well_range)

range_list_to_vec(rangel)

is_range(x)

Arguments

plate

plate

well_id

well id

well1

well1

well2

well2

well_range

well range

rangel

rangel

x

x

Value

single well

wells between

wells between

endpoints

wells

boolean

See Also

Other subsetutils: subset()

Examples

## Not run: get_single_well(plate,well_id)
get_wells_btwn(well1,well2)
range_to_endpoints(well_range = ("A01, B02:C04, C07"))
range_list_to_vec(rangel)
## End(Not run)

normfluodbf documentation built on Nov. 6, 2025, 1:12 a.m.