exportDeck {crunch}R Documentation

Export a Crunch Deck

Description

Crunch decks can be exported as excel or json files.

Usage

exportDeck(deck, file, format = c("xlsx", "pptx", "json"), ...)

Arguments

deck

A CrunchDeck

file

The file path to save the exported deck

format

Either "xlsx", "pptx", or "json"

...

Further options to be passed on to the API

Value

the filename (file, if specified, or the the autogenerated file name).


[Package crunch version 1.30.4 Index]