download_file {censobr}R Documentation

Download file from url

Description

Download file from url

Usage

download_file(
  file_url = parent.frame()$file_url,
  showProgress = parent.frame()$showProgress,
  cache = parent.frame()$cache,
  verbose = parent.frame()$verbose
)

Arguments

file_url

String. A url.

showProgress

Logical.

cache

Logical.

verbose

Logical.

Value

A string to the address of the file


[Package censobr version 0.5.0 Index]