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
Examples
if (FALSE) { # \dontrun{
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
} # }