getWorkingPath | R Documentation |
Get value of the 'working_path' slot
getWorkingPath(userObject)
## S4 method for signature 'UserMetadata'
getWorkingPath(userObject)
userObject |
The UserMetadata object |
the value of the 'working_path' slot of the object
{
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.