Skip to contents

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

if (FALSE) { # \dontrun{
# Sign in to SyncroSim session
mySession <- session()
signIn(mySession)
} # }