signIn {rsyncrosim}R Documentation

Signs in to SyncroSim

Description

Signs in to syncrosim.com to authenticate user credentials.

Usage

signIn(session = NULL)

Arguments

session

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

Value

Character string: whether sign in was successful or not.

Examples

## Not run: 
# Sign in to SyncroSim session
mySession <- session()
signIn(mySession)

## End(Not run)


[Package rsyncrosim version 2.1.2 Index]