decks {crunch}R Documentation

Get a dataset's DeckCatalog

Description

Crunch decks are stored in catalogs. This function returns those catalogs so that you can access and manipulate decks in R.

Usage

decks(x)

decks(x) <- value

## S4 method for signature 'CrunchDataset'
decks(x)

Arguments

x

a Crunch Dataset

value

a CrunchDeck to add

Value

a DeckCatalog


[Package crunch version 1.30.4 Index]