Description Usage Arguments Value Examples
This functions queries data of a specified entitiy in a specified collection.
1 2 | declass_entity_data(collection, entity, page_size = 25, page = 1,
num_pages = 10)
|
collection |
The collection name |
entity |
The entity name |
page_size |
The number of rows displayed per page. Default setting is 25 records per page. |
page |
The starting page number to be queried. Default setting is page No.1. |
num_pages |
The number of pages to be quried. Default setting is 10 pages. |
Fields of data for the specified entity in that collection, and urls.
1 | declass_entity_data("kissinger", "countries", page_size = 30, page = 1, num_pages = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.