getRunIds | R Documentation |
Get value of the 'run_ids' slot
getRunIds(userObject)
## S4 method for signature 'UserMetadata'
getRunIds(userObject)
userObject |
The UserMetadata object |
the value of the 'run_ids' slot of the object
{
user <- new("UserMetadata")
run_ids <- getRunIds(user)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.