fuzee: Authenticate and Export All

View source: R/fuzee.R

fuzeeR Documentation

Authenticate and Export All

Description

Helper function which wraps auth() and export_all() Use this for a one-iner

Usage

fuzee(username, password, file)

Arguments

username

String - Email used to log into fuzee

password

String - md5 hash of password, use openssl::md5 to generate hash

file

String - location/file name to save zip file

Value

Returns Nothing!

Examples

fuzee(username = 'moe.doe@email.com', 
       password = 'd676b8d41fa96fd07bebe8c987513ab8',
       file = 'Desktop/all.zip')

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