View source: R/ecopart_split_obj.R
split_ecopart_obj | R Documentation |
Split an ecopart object based on some meta_data
split_ecopart_obj(ecopart_obj, split_by)
ecopart_obj |
ecopart object to split |
split_by |
character corresponding to a metadata column |
# splitting an ecopart object
split_objs <- ecopart_example |> split_ecopart_obj(split_by = 'stationid')
gf_casts <- split_objs[['gf']]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.