UserProfile: Constructor for UserProfile

Description Usage Details See Also Examples

Description

Constructor for UserProfile

Usage

1

Details

This constructor is not called directly, rather an instance is returned by synGetUserProfile(principalId).

See Also

synGetUserProfile

Examples

1
2
3
4
5
6
7
8
## Not run: 
# get my own user profile
profile<-synGetUserProfile()
# get someone else's profile
principalId<-"123456"
profile<-synGetUserProfile(principalId)

## End(Not run)

Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.