Displays the currently signed in SyncroSim profile information. To sign in
to SyncroSim use the signIn
function.
Arguments
- session
Session
object. IfNULL
(default), the default session will be used- ...
other internal parameters
Examples
if (FALSE) { # \dontrun{
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
} # }