download_url_to_temp: Download URL to temporary file

View source: R/utils.R

download_url_to_tempR Documentation

Download URL to temporary file

Description

Downloads a file from a URL to a temporary location. Extracts file extension from URL if available to help with format detection.

Usage

download_url_to_temp(url)

Arguments

url

Character. URL to download from.

Value

Path to temporary file containing downloaded data.


blockr.io documentation built on Jan. 7, 2026, 9:06 a.m.