slides {crunch} | R Documentation |
Access the slides of a CrunchDeck
Description
Return a SlideCatalog
from a CrunchDeck
. All slide catalog methods should be
available for CrunchDecks
, but this function is used internally to model the
API.
Usage
slides(x)
slides(x) <- value
## S4 method for signature 'CrunchDeck'
slides(x)
## S4 replacement method for signature 'CrunchDeck'
slides(x) <- value
Arguments
x |
a CrunchDeck |
value |
a |
Value
a SlideCatalog
[Package crunch version 1.30.4 Index]