
Lookup which videos were pinned by a user using the research API
Source:R/api_research.r, R/shorthands.r
      tt_user_pinned_videos_api.RdUsage
tt_user_pinned_videos_api(
  username,
  fields = "all",
  cache = TRUE,
  verbose = TRUE,
  token = NULL
)
tt_get_pinned(
  username,
  fields = "all",
  cache = TRUE,
  verbose = TRUE,
  token = NULL
)Arguments
- username
- vector of user names (handles) or URLs to users' pages. 
- fields
- The fields to be returned (defaults to all) 
- cache
- should progress be saved in the current session? It can then be retrieved with - last_query()if an error occurs. But the function will use extra memory.
- verbose
- should the function print status updates to the screen? 
- token
- The authentication token (usually supplied automatically after running auth_research once).