export_dataset: Export Datasheet

View source: R/fuzee.R

export_datasetR Documentation

Export Datasheet

Description

Export a specific datasheet into a dataframe A GET request is sent to fuzee for downloading a specific datasheet.

Usage

export_dataset(dataset, cookie)

Arguments

dataset

String - Name of the sheet data to download. use codes() to get a complete list

cookie

String - cookie for authentication returned by auth

Value

a dataframe

See Also

codes() to get a list of sheet names

auth() to authenticate with fuzee

Examples

batches = export_dataset(dataset = 'batches', cookie = cookie)

ammaraziz/fuzee documentation built on Aug. 4, 2022, 5:17 p.m.