library("tima")
<- "https://github.com/"
git <- "taxonomicallyinformedannotation"
org <- "tima-example-files"
repo <- "main"
branch <- "example_metadata.tsv"
file get_file(
url = paste(git, org, repo, "raw", branch, file, sep = "/"),
export = "data/source/example_metadata.tsv"
)
Get file
Description
This function get files
Usage
get_file(url, export, limit = 3600)
Arguments
url
|
URL of the file to be downloaded |
export
|
File path where the file should be saved |
limit
|
Timeout limit (in seconds) |
Value
The path to the file