Learn R Programming

notionR (version 0.0.9)

updateCheckbox: Updates a Checkbox Property

Description

Id refers to a page in a database, and should be normalized using normalizeChromeId().

Usage

updateCheckbox(secret, id, property_name, value = TRUE)

Value

list

Arguments

secret

API token

id

Page id to be updated

property_name

name of property to update (should be a checkbox type property)

value

value to update. Use R bollean object. Defaults to TRUE.