View source: R/firestore_objects.R
Cursor | R Documentation |
Cursor Object
Cursor(values = NULL, before = NULL)
values |
The values that represent a position, in the order they appear in the order by clause of a query |
before |
If the position is just before or just after the given values, relative to the sort order defined by the query |
Autogenerated via gar_create_api_objects
A position in a query result set.
Cursor object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.