summary_of_shows: Display summary of all the tv episodes in a list

Description Usage Arguments Value Author(s) Examples

Description

Given a list of shows (in form from show_info_from_xml) will display a summary, displaying each episode of the form "show_name - SxNN"

Usage

1

Arguments

shows

list of shows as in form from show_info_from_xml

Value

character vector summarising each show

Author(s)

Matt Malin <email@mattmalin.co.uk>

Examples

1
2
3
mock_feed_url <- file.path(system.file(package = "myepisodes"), "test_data/mock_mylist.xml")
  mock_shows <- shows_from_myepisodes_feed(mock_feed_url)
  summary_of_shows(mock_shows)

myepisodes documentation built on May 2, 2019, 3:38 p.m.