list_networks: Helper function to identify station/network keyword and...

View source: R/networks.r

list_networksR Documentation

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

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

Value

data frame

Examples

list_networks() # widget
print(list_networks(FALSE)) # no widget

hrbrmstr/newsflash documentation built on Dec. 4, 2022, 1:35 p.m.