cu-class | R Documentation |
Calls to the ClickUp API return objects of class cu. The obejct is a list based on the parsed JSON response from the call. The response is stored as an attribute. Methods are defined for better printing and coercion.
## S3 method for class 'cu'
as.list(x, ...)
## S3 method for class 'cu'
print(x, ...)
## S3 method for class 'cu'
str(object, ...)
x |
An object of class cu. |
... |
Other optional arguments passed to methods. |
object |
An object of class cu. |
cu_response()
for retrieving the response attribute from a cu object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.