setRunIds | R Documentation |
Method of the class UserMetadata. Set run_ids of one UserMetadata object by providing the id of all wanted runs
setRunIds(userObject, runIds)
## S4 method for signature 'UserMetadata,character'
setRunIds(userObject, runIds)
userObject |
The UserMetadata object |
runIds |
id of all wanted runs |
An object of the class UserMetadata
{
user <- new("UserMetadata")
user <- setRunIds(user, c("RUN_1", "RUN_2"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.