Description Usage Arguments Value Examples
This function allows you to search your Resource library on Labstep.
1 | getResources(user, count = 100)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
count |
Number of results to return. Defaults to 100. |
Returns a list of 'resource' objects
1 2 3 | user <- login("demo@labstep.com","demopassword")
resources <- getResources(user)
print(resources)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.