Learn R Programming

rsyncrosim (version 2.1.9)

signIn: Signs in to SyncroSim

Description

Signs in to syncrosim.com to authenticate user credentials.

Usage

signIn(session = NULL)

Value

Character string: whether sign in was successful or not.

Arguments

session

Session-class object. If NULL(default), the default session will be used

Examples

Run this code
if (FALSE) {
# Sign in to SyncroSim session
mySession <- session()
signIn(mySession)
}

Run the code above in your browser using DataLab