This function get files
Examples
if (FALSE) { # \dontrun{
git <- "https://github.com/"
org <- "taxonomicallyinformedannotation"
repo <- "tima-example-files"
branch <- "main"
file <- "example_metadata.tsv"
get_file(
url = paste(git, org, repo, "raw", branch, file, sep = "/"),
export = "data/source/example_metadata.tsv"
)
} # }