list_archives: 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"))
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.
Arguments
- release
Series type: "monthly"
or "quarterly"
.