Description Usage Arguments Details Examples
Get a user's lists
1 2 3 4 5 | get_user_lists(
username,
token = NA,
options = list()
)
|
username |
String containing a valid username |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) List of named parameters, see Details |
Returns a User’s Lists. Private Lists will only display when authenticated as the owner. Accepts Pagination parameters.
page: integer, the page you want to request; example: 1
per_page: integer, the number of items per page; example: 50
1 | user_list <- get_user_lists("username")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.