R/decks.R
exportDeck.Rd
Crunch decks can be exported as excel or json files.
exportDeck(deck, file, format = c("xlsx", "pptx", "json"), ...)
A CrunchDeck
The file path to save the exported deck
Either "xlsx", "pptx", or "json"
"xlsx"
"pptx"
"json"
Further options to be passed on to the API
the filename (file, if specified, or the the autogenerated file name).
file