get_lists | R Documentation |
Fetch all lists the user owns
get_lists(id = "", token = NULL, parse = TRUE)
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 |
a tibble or list of lists owned by the user
## Not run:
get_lists()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.