File: req-perform-sequential.md

package info (click to toggle)
r-cran-httr2 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: sh: 21; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# checks its inputs

    Code
      req_perform_sequential(req)
    Condition
      Error in `req_perform_sequential()`:
      ! `reqs` must be a list, not a <httr2_request> object.
    Code
      req_perform_sequential(list(req), letters)
    Condition
      Error in `req_perform_sequential()`:
      ! If supplied, `paths` must be the same length as `req`.