get_events_detail: Scrape the details of advertised events in Bath for each day

Description Usage Arguments Value Author(s) Examples

Description

Web scraping function to retrieve the detail for events advertised at http://www.bath.co.uk/events for each day in a specified range of dates.

Usage

1

Arguments

from

A date or date-time object, or string, of the first date for which to find events.

to

A date or date-time object, or string, of the last date for which to find events.

Value

A data frame of daily event details for each day in the specified range of months.

Author(s)

Ryan Kenning (@rkenning)

Examples

1
2
3
4
5
## Not run: 
# Return daily event details from 01 Oct 2014 to 08 Oct 2014
events <- get_events_detail("2014-10-01", "2014-10-08")

## End(Not run)

owenjonesuob/BANEScarparking documentation built on April 21, 2020, 10:15 a.m.