signIn: Signs in to SyncroSim

View source: R/signin.R

signInR 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)


rsyncrosim documentation built on June 8, 2025, 10:36 a.m.