Description Usage Arguments Value Examples
This function allows you to retrieve metadata for a single resource
1 | getResource(user, id)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
id |
ID of the resource to retrieve |
Returns a 'resource' object
1 2 3 | user <- login("demo@labstep.com","demopassword")
resource <- getResource(user,391521)
print(resource)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.