R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  import_hgnc_dataset_ <<- memoise::memoise(import_hgnc_dataset_)
  download_archive <<- memoise::memoise(download_archive)
  # list_archives <<- memoise::memoise(list_archives)
  latest_archive_url <<- memoise::memoise(latest_archive_url)
  last_update <<- memoise::memoise(last_update)
}

Try the hgnc package in your browser

Any scripts or data that you put into this service are public.

hgnc documentation built on June 18, 2025, 9:09 a.m.