
Lookup TikTok playlist using the research API
Source:R/api_research.r, R/shorthands.r
      tt_playlist_api.RdUsage
tt_playlist_api(playlist_id, verbose = TRUE, token = NULL)
tt_playlist(playlist_id, verbose = TRUE, token = NULL)Arguments
- playlist_id
- playlist ID or URL to a playlist. 
- verbose
- should the function print status updates to the screen? 
- token
- The authentication token (usually supplied automatically after running auth_research once).