viewProfile {rsyncrosim} | R Documentation |
Display SyncroSim profile
Description
Displays the currently signed in SyncroSim profile information. To sign in
to SyncroSim use the signIn
function.
Usage
viewProfile(session = NULL, ...)
Arguments
session |
|
... |
other internal parameters |
Examples
## Not run:
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
## End(Not run)
[Package rsyncrosim version 2.1.2 Index]