View source: R/getUserCourses.R
getUserCourses | R Documentation |
Get course details for the account requesting. All include parameters (see API documentation) for this request have all been enabled and can be subsetted out if not needed.
getUserCourses(userID, state = NULL, server = "test", ...)
userID |
The string of a user to request courses of |
state |
String of enrollment state to limit results to (unpublished, available, completed, deleted) |
server |
Test, beta, prodcution, OR alternative name in R.environ OR url of server |
... |
Optional page options to pass to processRequest |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.