Set this option to make ohvbd terminate searches before execution and return the request object instead.
Examples
if (FALSE) { # interactive()
options(ohvbd_dryrun = TRUE)
search_hub("Ixodes ricinus")
options(ohvbd_dryrun = NULL) # Unset dryrun
}
Set this option to make ohvbd terminate searches before execution and return the request object instead.
if (FALSE) { # interactive()
options(ohvbd_dryrun = TRUE)
search_hub("Ixodes ricinus")
options(ohvbd_dryrun = NULL) # Unset dryrun
}