get_lists {rtoot} | R Documentation |
View your lists
Description
Fetch all lists the user owns
Usage
get_lists(id = "", token = NULL, parse = TRUE)
Arguments
id |
character, either the id of a list to return or "" to show all lists |
token |
bearer token created with create_token |
parse |
logical, if |
Value
a tibble or list of lists owned by the user
Examples
## Not run:
get_lists()
## End(Not run)
[Package rtoot version 0.3.4 Index]