refdb_sample_tax | R Documentation |
This function can be useful to keep a maximum of records per taxa. This function require dplyr dev version to work because of slice_sample. Will be exported once available.
refdb_sample_tax(x, n_max = 10, cols = NULL)
x |
a reference database. |
n_max |
maximum number of records to keep for each taxa. |
cols |
an optional vector of column names.
If |
A reference database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.