Snapshot functionality has moved.
The full OpenAlex snapshot workflow — downloading, converting
.json.gzfiles to Parquet, building ID lookup indexes, and extracting records by ID — is now part of theopenalexSnapshotpackage.Please install
openalexSnapshotand refer to its documentation.
# Install openalexSnapshot (once available on r-universe):
pak::pak("openalexSnapshot")Calling snapshot_to_parquet(), build_corpus_index(), or lookup_by_id() in openalexPro raises an informative error pointing to openalexSnapshot.