View source: R/as_assignment_class.R
getinfo | R Documentation |
getinfo
allows you to retrieve relevant additional information from the assignmentClass
,
object depending on the api endpoint.
getinfo(obj, arg)
obj |
object of assignmentClass |
arg |
name of attribute, if |
To retrieve all availalbe arguments use arg="arglist"
the specific attribute
## Not run:
# retrieve the uid of the person responsible after retrieving details for specific assignment
getinfo(asslist, "responsibleid")
# see all available attribute names
getinfo(asslist, "arglist")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.