list_archives {hgnc} | R 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: |
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())
[Package hgnc version 0.3.0 Index]