Learn R Programming

synapseClient (version 1.14-0)

UserProfile: Constructor for UserProfile

Description

Constructor for UserProfile

Usage

UserProfile()

Arguments

Details

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

See Also

synGetUserProfile

Examples

Run this code
## Not run: 
# # get my own user profile
# profile<-synGetUserProfile()
# # get someone else's profile
# principalId<-"123456"
# profile<-synGetUserProfile(principalId)
# ## End(Not run)

Run the code above in your browser using DataLab