next_cursor | R Documentation |
This internal helper extracts the cursor from the object passed to the
cursor
argument of the functions that use TWIT_paginate_cursor()
.
next_cursor(x) since_id(x)
if (auth_has_default()) { page1 <- get_followers("_R_Foundation") page2 <- get_followers("_R_Foundation", cursor = page1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.