query_body: Construct body for database query

Description Usage Arguments Value See Also

View source: R/filters.R

Description

This function constructs the query body that is used to filter/sort the results of the database query.

Usage

1
query_body(filter = NULL, sorts = NULL)

Arguments

filter

A property filter object.

sorts

A property sort or compound sort object.

Value

The formatted query body.

See Also

property_filter() and property_sort() to see how to properly create property filters and sorts.


dmolitor/notionr documentation built on Dec. 20, 2021, 12:11 a.m.