Skip to contents

This provides access to the latest data, fresher than what snapshots provide. It also enables faster requests and filtering on from_created_date and from_updated_date fields.

Usage

openalex_key(key)

Arguments

key

a premium subscription key

Value

a logical depending on whether key was set or unset

Examples

if (FALSE) { # interactive()
 openalex_key("my_secret_api_key")
 openalex_key("")
}