Skip to contents

The returned id's are cached by default, but this can be overwritten by calling memoise::forget(list_object_ids) which will remove the cache and ensure the next call queries the database (but will reinstate the cache for any follow up calls).

Usage

list_object_ids(token = get_token())

Arguments

token

Access token, by default generated by get_token()

Value

Integer vector of (all) object ids.