View source: R/tidy-abundance.R
tidy_dataset_list | R Documentation |
This function processes data from the output of bwg_get("matrix")
. It
runs several smaller functions that convert a list of nested datasets into
a tidy data frame. The function assumes that the input is a list of
datasets, and it heavily utilizes the purrr
package for mapping and
iterating over the data.
tidy_dataset_list(matrix_data_list)
matrix_data_list |
A list of datasets containing abundance data. Each dataset is assumed to have measurements related to various species and their respective bromeliad abundances. |
A tidy data.frame where each row represents an individual observation of abundance data, with columns representing species, measurements, and dataset metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.