splitIBRAP | R Documentation |
This breaks the IBRAP object up by a specified IBRAP object.
splitIBRAP(object, split.by)
object |
IBRAP S4 class object |
split.by |
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.