View source: R/download_archive.R
download_hgnc_dataset | R Documentation |
download_hgnc_dataset()
gets the latest HGNC approved data set.
download_hgnc_dataset(
url = latest_archive_url(),
path = getwd(),
filename = basename(url)
)
url |
A character string naming the URL of the HGNC dataset. It defaults to the latest available archive. |
path |
The directory path where the downloaded file is to be saved. By
default, this value is |
filename |
A character string with the name of the saved file. By default, this is inferred from the last part of the URL. |
The path to the saved file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.