list_archives | R Documentation |
This function lists the monthly and quarterly archives currently available from the HGNC's Google Cloud Storage.
list_archives(release = c("monthly", "quarterly"))
release |
Series type: |
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.
try(list_archives())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.