
Lookup TikTok information about a user using the research API
Source:R/api_research.r, R/shorthands.r
      tt_user_info_api.RdUsage
tt_user_info_api(username, fields = "all", verbose = TRUE, token = NULL)
tt_user_info(username, fields = "all", verbose = TRUE, token = NULL)Arguments
- username
- name(s) of the user(s) to be queried 
- fields
- The fields to be returned (defaults to all) 
- verbose
- should the function print status updates to the screen? 
- token
- The authentication token (usually supplied automatically after running auth_research once).