Learn R Programming

rsyncrosim (version 2.1.9)

viewProfile: 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

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

...

other internal parameters

Examples

Run this code
if (FALSE) {
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)
}

Run the code above in your browser using DataLab