handles single requests for GbifQueue
Public fields
req
(list) internal holder for the request
type
(list) type, one of "lazy" (to be lazy evaluated) or "pre" (run with
occ_download_exec
internal fxn)result
(list) holds the result of the http request
Methods
Method new()
Create a new DownReq
object
Usage
DownReq$new(x)
Method print()
print method for the DownReq
class
Examples
if (FALSE) { # \dontrun{
res <- DownReq$new(occ_download_prep(pred("basisOfRecord", "LITERATURE"),
pred("year", "1956")
))
res
# res$run()
# res
# res$status()
# res$result
} # }