Set VegBank debug level used to send API requests. This
currently controls two things:
Verbosity of API requests, specifically as handled by
httr::req_perform()Reporting of the elapsed time, as a console message
Arguments
- verbosity
Integer between 0-3 (Default: 1). Using 0 is equivalent to setting
vb_undebug(), in which case no information is reported. Values between 1-3 control verbosity level passed tohttr2::req_perform(), and in all cases include display of API request time duration.