UDFListingData | R Documentation |
UDFListingData Class
An R6Class
generator object
udf_info_list
list( UDFInfo ) [optional]
pagination_metadata
PaginationMetadata [optional]
new()
UDFListingData$new(udf_info_list = NULL, pagination_metadata = NULL, ...)
toJSON()
UDFListingData$toJSON()
fromJSON()
UDFListingData$fromJSON(UDFListingDataJson)
toJSONString()
UDFListingData$toJSONString()
fromJSONString()
UDFListingData$fromJSONString(UDFListingDataJson)
clone()
The objects of this class are cloneable with this method.
UDFListingData$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.