download_data: Download data to a temporary directory.

View source: R/utils.R

download_dataR Documentation

Download data to a temporary directory.

Description

Save requested data (either an sf or a data.frame) to a temporary directory.

Usage

download_data(url, progress_bar = showProgress)

Arguments

url

A string with the url address of aop dataset

progress_bar

Logical. Defaults to (TRUE) display progress bar

Value

No visible output. The downloaded file (either an sf or a data.frame) is saved to a temporary directory.


aopdata documentation built on April 4, 2025, 2:01 a.m.