get_wait_times: Get Disney World wait times.

Description Usage Arguments Value Examples

View source: R/get_wait_times.R

Description

Get Disney World wait times.

Usage

1
get_wait_times(park = "magic_kingdom")

Arguments

park

Character. The name of the park you are interested in receiving wait times for. Must be one of the following:

  • magic_kingdom

  • hollywood_studios

  • epcot

  • animal_kingdom

Value

tibble containing the following columns:

Examples

1
2
3
4
5
6
7
8
## Not run: 
## Get a tibble of Epcot wait times
get_wait_times(park = "epcot")

## Get a tibble of Hollywood Studios wait times
get_wait_times(park = "hollywood_studios")

## End(Not run)

LucyMcGowan/parkhoppr documentation built on May 14, 2019, 8:19 a.m.