R/fetch_sequences.R
split_bold_query.Rd
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)
The input taxonomic query
The maximum amount of records to return per query
whether to split the query down 1 level even if already below chunksize. This can be useful for making suitable queries for multithread searching.
Whether progress should be printed to the console.