Skip to contents

Signs out of syncrosim.com.

Usage

signOut(session = NULL)

Arguments

session

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

Value

Character string: whether sign out was successful or not.

Examples

if (FALSE) { # \dontrun{
# Sign out of SyncroSim session
mySession <- session()
signOut(mySession)
} # }