PaginationMetadata | R Documentation |
PaginationMetadata Class
An R6Class
generator object
page
numeric [optional]
per_page
numeric [optional]
total_pages
numeric [optional]
total_items
numeric [optional]
new()
PaginationMetadata$new( page = NULL, per_page = NULL, total_pages = NULL, total_items = NULL, ... )
toJSON()
PaginationMetadata$toJSON()
fromJSON()
PaginationMetadata$fromJSON(PaginationMetadataJson)
toJSONString()
PaginationMetadata$toJSONString()
fromJSONString()
PaginationMetadata$fromJSONString(PaginationMetadataJson)
clone()
The objects of this class are cloneable with this method.
PaginationMetadata$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.