export_dataset | R Documentation |
Export a specific datasheet into a dataframe A GET request is sent to fuzee for downloading a specific datasheet.
export_dataset(dataset, cookie)
dataset |
String - Name of the sheet data to download. use |
cookie |
String - cookie for authentication returned by |
a dataframe
codes()
to get a list of sheet names
auth()
to authenticate with fuzee
batches = export_dataset(dataset = 'batches', cookie = cookie)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.