View source: R/fetch_sequences.R
split_bold_query | R Documentation |
Split bold query This function recursively splits a bold taxonomic query until the amount of records returned is under chunk_size
split_bold_query(x, chunk_size = 1e+05, split_if_under = FALSE, quiet = FALSE)
x |
The input taxonomic query |
chunk_size |
The maximum amount of records to return per query |
split_if_under |
whether to split the query down 1 level even if already below chunksize. This can be useful for making suitable queries for multithread searching. |
quiet |
Whether progress should be printed to the console. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.