newDeck {crunch} | R Documentation |
Create an empty Crunch Deck
Description
Create an empty Crunch Deck
Usage
newDeck(dataset, name, ...)
Arguments
dataset |
A Crunch Dataset |
name |
The name of the Deck |
... |
Further attributes of the deck such as the description, see API docs for options. |
Value
The CrunchDeck
that was created.
[Package crunch version 1.30.4 Index]