Convert standard https:// URLs to httpfs-compatible hf:// URLs
file_to_hf.Rd'file_to_hf' converts standard https:// URLs representing files in a Hugging Face repo to URLs compatible with httpfs as described in the DuckDB Docs
Examples
if (FALSE) { # \dontrun{
if(interactive()){
file_to_hf("https://huggingface.co/datasets/waldronlab/metagenomics_mac/resolve/main/relative_abundance.parquet")
}
} # }