wh_paginate.RdPaginate through query.
wh_paginate(wh, p = Inf, quiet = !interactive()) # S3 method for webhoser wh_paginate(wh, p = Inf, quiet = !interactive())
| wh | object of class |
|---|---|
| p | number of pages, defaults to |
| quiet | if |
object of class webhoser
# NOT RUN {
token <- <- wh_token("xXX-x0X0xX0X-00X")
wh_news(q = "Programming languages") %>%
wh_paginate(p = 3) %>%
wh_collect() -> lang
# }