list_page_ids: Retrieve all page names and IDs

Description Usage Arguments Value See Also

View source: R/pages.R

Description

Access all page names and IDs in a tidy format. This is particularly useful for getting a quick overview of all pages and selecting a specific ID to access an individual page.

Usage

1
list_page_ids(key, query = NULL, sort = NULL)

Arguments

key

Notion access key as a character.

query

A string which limits which pages are returned by comparing the query to the page title. If NULL, no limiting occurs.

sort

A search sort object. If NULL, no sorting will occur.

Value

A data.frame containing page names and IDs.

See Also

search_workspace() and list_pages()


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