Learn R Programming

ohvbd (version 1.0.0)

ohvbd_dryrun: Option: dry runs of ohvbd searches

Description

Set this option to make ohvbd terminate searches before execution and return the request object instead.

Arguments

Author

Francis Windram

Examples

Run this code
if (FALSE) { # interactive()
options(ohvbd_dryrun = TRUE)
search_hub("Ixodes ricinus")

options(ohvbd_dryrun = NULL)  # Unset dryrun
}

Run the code above in your browser using DataLab