View source: R/taxize_options.R
taxize_options | R Documentation |
taxize options
taxize_options(taxon_state_messages = NULL, ncbi_sleep = NULL, quiet = FALSE)
taxon_state_messages |
(logical) suppress messages? default: |
ncbi_sleep |
(numeric/integer) number of seconds to sleep between
NCBI ENTREZ http requests. applies to the functions: |
quiet |
(logical) quiet informational output from this function.
default: |
## Not run:
taxize_options()
taxize_options(FALSE)
taxize_options(TRUE)
taxize_options(ncbi_sleep = 0.4)
taxize_options(taxon_state_messages = TRUE, ncbi_sleep = 0.4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.