viewProfile: Display SyncroSim profile

View source: R/viewProfile.R

viewProfileR 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

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

...

other internal parameters

Examples

## Not run: 
# Retrieve profile information for a SyncroSim session
mySession <- session()
viewProfile(mySession)

## End(Not run)


rsyncrosim documentation built on March 24, 2026, 9:07 a.m.