splitIBRAP.Rd
This breaks the IBRAP object up by a specified IBRAP object.
splitIBRAP(object, split.by)
IBRAP S4 class object
Character. Which column contained within object.sample_metadata should be used to split the object up
A list of the separated IBRAP objects
list.of.objects <- splitIBRAP(object = object,
split.by = 'original.project')
#> Error in is(object = object, class2 = "IBRAP"): object 'object' not found