Signs in to syncrosim.com to authenticate user credentials.
Arguments
- session
Sessionobject. IfNULL(default), the default session will be used
Examples
if (FALSE) { # \dontrun{
# Sign in to SyncroSim session
mySession <- session()
signIn(mySession)
} # }
