knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version of themeparks with:
# install.packages("devtools") devtools::install_github("r4fun/themeparks")
Get park information and wait times:
library(themeparks) parks() park_info("WaltDisneyWorldMagicKingdom") park_wait_times("WaltDisneyWorldMagicKingdom") park_calendar("WaltDisneyWorldMagicKingdom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.