list_archives: List monthly or quarterly archives

View source: R/gcs.R

list_archivesR Documentation

List monthly or quarterly archives

Description

This function lists the monthly and quarterly archives currently available from the HGNC's Google Cloud Storage.

Usage

list_archives(release = c("monthly", "quarterly"))

Arguments

release

Series type: "monthly" or "quarterly".

Value

A tibble of available archives for download with the following columns:

  • series: whether "monthly" or "quarterly".

  • dataset: type of data set ("hgnc_complete_set", "symbol-changes-monthly", "withdrawn" or "symbol-changes-quarterly").

  • file: file name.

  • date: update date.

  • size: file size.

  • last_modified: date-time of file last modification on server.

  • md5sum: MD5 checksum.

  • url: direct address to the archive.

Examples

try(list_archives())


hgnc documentation built on June 18, 2025, 9:09 a.m.