Displays the currently signed in SyncroSim profile information. To sign in
to SyncroSim use the signIn
function.
Examples
if (FALSE) { # \dontrun{
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
} # }