Append a new slide to a Crunch Deck
newSlide(deck, query, display_settings = list(), title = "",
subtitle = "", ...)
A Crunch Deck
A formula definition of a query to be used by the slide. This is similar to CrunchCube query
(optional) A list of display settings, if om
The slide's title
The slide's subtitle
Further options to be passed on to the API
CrunchSlide object
# NOT RUN {
newSlide(
main_deck,
~ cyl + wt,
title = "Cyl and Weight",
subtitle = "2017 Data"
)
# }
Run the code above in your browser using DataLab