download_tmhmm_topology: Downloads the '.tmhmm' file by Bianchi et al., 2017

View source: R/download_tmhmm_topology.R

download_tmhmm_topologyR Documentation

Downloads the .tmhmm file by Bianchi et al., 2017

Description

Downloads the .tmhmm file by Bianchi et al., 2017

Usage

download_tmhmm_topology(
  url = "http://richelbilderbeek.nl/UP000005640_9606.tmhmm",
  tmhmm_filename = tempfile(fileext = ".tmhmm"),
  verbose = FALSE
)

Arguments

url

the download URL, which is http://richelbilderbeek.nl/UP000005640_9606.tmhmm

tmhmm_filename

the TMHMM filename

verbose

set to TRUE for more output

Value

the TMHMM filename of the downloaded file

See Also

use get_tmhmm_topology to read the table as a tibble


richelbilderbeek/bianchi_et_al_2017 documentation built on Jan. 4, 2023, 1:36 a.m.