tk_info.Rd
Function to get information on a given user/hashtag/piece of music
tk_info(scope, query, ...)
scope | Character indicating the endpoint to scrape (must be "hashtag", "user" or "music") |
---|---|
query | Character indicating the username/hashtag/music_id to scrape |
if (FALSE) { # Get info about a user: tk_info(scope = "user", query = "willsmith") # Get info about a hashtag tk_info(scope = "hashtag", query = "cosplay") }