Learn R Programming

vosonSML (version 0.26.3)

vosonSML::SaveCredential: Save and load credential information

Description

Functions to save and load credential information. Currently, credential information will be stored as a RDS file. SaveCredential will return the input credential, useful for working as a filter between Authenticate and Collect.

Usage

SaveCredential(credential, file)

LoadCredential(file)

Arguments

credential

A credential object.

file

Character string. File name to be saved to or restored from.

Value

A credential object.