Searches videos using either the Research API (if an authentication token
is present, see auth_research) or otherwise the unofficial hidden
API. See tt_search_api or tt_search_hidden respectively for
information about these functions.
Usage
tt_search(...)
Value
a data.frame of video metadata
Arguments
...
arguments passed to tt_search_api or
tt_search_hidden. To use the research API, include token
(e.g., token = NULL).