Learn R Programming

crunch (version 1.25.0)

newSlide: Append a new slide to a Crunch Deck

Description

Append a new slide to a Crunch Deck

Usage

newSlide(deck, query, display_settings = list(), title = "",
  subtitle = "", ...)

Arguments

deck

A Crunch Deck

query

A formula definition of a query to be used by the slide. This is similar to CrunchCube query

display_settings

(optional) A list of display settings, if om

title

The slide's title

subtitle

The slide's subtitle

...

Further options to be passed on to the API

Value

CrunchSlide object

Examples

Run this code
# NOT RUN {
newSlide(
    main_deck,
    ~cyl + wt,
    title = "Cyl and Weight",
    subtitle = "2017 Data"
    )
# }

Run the code above in your browser using DataLab