Description Usage Arguments Value Examples
Get value of the 'working_path' slot
1 2 3 4 | getWorkingPath(userObject)
## S4 method for signature 'UserMetadata'
getWorkingPath(userObject)
|
userObject |
The UserMetadata object |
the value of the 'working_path' slot of the object
1 2 3 4 | {
user <- new("UserMetadata")
working_path <- getWorkingPath(user)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.