newsflash (version 0.6.0)

list_networks: Helper function to identify station/network keyword and corpus date range for said market

Description

The filter_network of query_tv() is picky so this helps you idenitify the keyword to use for the particular network/station.

Usage

list_networks(widget = interactive())

Arguments

widget

if `TRUE` then an HTML widget will be displayed to make it easier to sift through stations/networks

Value

data frame

Details

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

Examples

Run this code
# NOT RUN {
list_networks() # widget
print(list_networks(FALSE)) # no widget
# }

Run the code above in your browser using DataLab