list_networks | R Documentation |
The filter_network
of query_tv()
is picky so this helps you idenitify the
keyword to use for the particular network/station.
list_networks(widget = interactive())
widget |
if 'TRUE' then an HTML widget will be displayed to make it easier to sift through stations/networks |
The list also shows the date ranges available for the captions, so you can use that as a guide when picking dates.
In interactive mode it uses DT::datatable()
. You can force it to just display to
the console by passing in widget=FALSE
data frame
list_networks() # widget print(list_networks(FALSE)) # no widget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.