Learn R Programming

myepisodes (version 1.1.1)

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

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

summary_of_shows(shows)

Arguments

shows
list of shows as in form from show_info_from_xml

Value

character vector summarising each show

Examples

Run this code
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)

Run the code above in your browser using DataLab