download_archive {hgnc} | R Documentation |
Download HGNC dataset
Description
Download the latest HGNC approved data set.
Usage
download_archive(
url = latest_archive_url(),
path = getwd(),
filename = basename(url),
...
)
Arguments
url |
A character string naming the URL of the HGNC dataset. It defaults to the latest available archive. |
path |
A character string with the directory path where the downloaded file is to be saved. By default, this is the current working directory. |
filename |
A character string with the name of the saved file. By default, this is inferred from the last part of the URL. |
... |
Additional arguments passed on to |
[Package hgnc version 0.1.4 Index]