safe_download_file: Safe Download File Download a file from a url (using curl),...

Description Usage Arguments Value

View source: R/safe_download_file.R

Description

Safe Download File

Download a file from a url (using curl), if there is an error, return this as a data.frame.

Usage

1
safe_download_file(url, name, destination_folder)

Arguments

url

url of file.

name

destination file name.

destination_folder

destination folder name.

Value

A data.frame containing details of the downloaded file, or error detials.


bobturneruk/airdata documentation built on Nov. 4, 2019, 7:32 a.m.