Description Usage Arguments Value Examples
View source: R/get_user_library.R
Search for datasets liked by the currently authenticated user.
1  | get_datasets_user_liked(limit = NULL, next_page_token = NULL)
 | 
limit | 
 Maximum number of items to return  | 
next_page_token | 
 Unique token used to retrieve next page  | 
a named list with at most two elements.  It will always
contain a list, named records,
of objects of type dataset_summary_response. If the
call to get_datasets_user_liked() was made with a non-null
limit parameter, and if further pages remain for
retrieval, then the list will also contain a single-element
character vector, named next_page_token,
with the token to use in a subsequent call to get the next page.
1 2 3 4  | ## Not run: 
  datasets_liked <- dwapi::get_datasets_user_liked()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.