shows_from_myepisodes_feed: Create list of information for individual shows from...

Description Usage Arguments Value Author(s) See Also Examples

Description

Given the path to a MyEpisodes feed, extracts the show information for each show, returned as a list.

Usage

1

Arguments

myepisodes_feed_url

path to a MyEpisodes RSS feed

Value

list, containing show info

Author(s)

Matt Malin <email@mattmalin.co.uk>

See Also

show_info_from_xml, myepisodes_feed_url

Examples

1
2
3
## Not run: shows_from_myepisodes_feed(myepisodes_feed_url("user", "password"))
  mock_feed_url <- file.path(system.file(package = "myepisodes"), "test_data/mock_mylist.xml")
  shows_from_myepisodes_feed(mock_feed_url)

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