Skip to contents

Displays the currently signed in SyncroSim profile information. To sign in to SyncroSim use the signin function.

Usage

viewProfile(session = NULL, ...)

Arguments

session

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

Examples

if (FALSE) { # \dontrun{
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
} # }