next_cursor: Extract cursor (for cursor based pagination)

Description Usage Examples

View source: R/next_cursor.R

Description

This internal helper extracts the cursor from the object passed to the cursor argument of the functions that use TWIT_paginate_cursor().

Usage

1
2
3

Examples

1
2
3
4
5
## Not run: 
page1 <- get_followers("potus")
page2 <- get_followers("potus", cursor = page1)

## End(Not run)

mkearney/rtweet documentation built on Sept. 29, 2021, 12:01 p.m.