updateCheckbox {notionR} | R Documentation |
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)
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. |
Value
list
[Package notionR version 0.0.9 Index]