download_archive: Download HGNC dataset

View source: R/download_archive.R

download_archiveR 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 download.file().


hgnc documentation built on Aug. 29, 2023, 9:07 a.m.