View source: R/getAssignments.R
| getAssignments | R Documentation | 
Get assignments for the provided course. Most include parameters ("email", "enrollments","locked","avatar_url","bio") for this request have all been enabled and can be subsetted out if not needed. This excludes "test_student," which has been set to its own argument.
getAssignments(
  courseID,
  search_term = NULL,
  bucket = NULL,
  server = "test",
  ...
)
| courseID | Course ID to find assignments for | 
| search_term | Filter results by partial course name, code, or full ID to match and return in the results list. Must be at least 3 characters. | 
| bucket | Limit results to a named bucket ("past", "overdue", "undated", "ungraded", "upcoming", and "future") | 
| server | Test, beta, production, or other name in R.environ OR full 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.