knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

themeparks

R-CMD-check

The goal of themeparks is to provide an R interface to some of the functionality found at cubehouse/themeparks. Currently, only r length(themeparks::parks()) of the 62 parks are supported here.

Installation

You can install the development version of themeparks with:

# install.packages("devtools")
devtools::install_github("r4fun/themeparks")

Example

Get park information and wait times:

library(themeparks)

parks()

park_info("WaltDisneyWorldMagicKingdom")

park_wait_times("WaltDisneyWorldMagicKingdom")

park_calendar("WaltDisneyWorldMagicKingdom")

Related work

Acknowledgments



r4fun/themeparks documentation built on Dec. 22, 2021, 11:58 a.m.