get_city: Retrieve Details from the Site of a Cineplex City

Description Usage Arguments Value Examples

Description

Retrieve Details from the Site of a Cineplex City

Usage

1
get_city(city_url)

Arguments

city_url

URL for cineplex in the city you're interested in (at the moment I'm only testing Münster originals, but in future versions it will be the city name as a string, and the function will determine the URL)

Value

an xml nodeset that can be used as input for 'get_screenings()'

Examples

1
my_city <- get_city(city_url = "https://www.cineplex.de/filmreihe/originals/614/muenster/")

sowla/kino documentation built on May 21, 2019, 4:06 a.m.