Description Usage Arguments Value Examples
View source: R/get_wait_times.R
Get Disney World wait times.
1 | get_wait_times(park = "magic_kingdom")
|
park |
Character. The name of the park you are interested in receiving wait times for. Must be one of the following:
|
tibble
containing the following columns:
name
: Character. The name of the attraction.
wait_time
: Integer. The posted wait time (in minutes).
fast_pass
: Logical. Can you obtain a fast pass for this
attraction?
status
: Character: The current status of the attraction.
single_rider
: Logical. Does the ride have a single rider queue?
type
: Character. The type of attraction.
wait_time_list
: List. A list containing all wait time data
obtained from the API.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.