Learn R Programming

geocodebr (version 0.2.1)

cache_message: Message when caching file

Description

Message when caching file

Usage

cache_message(
  local_file = parent.frame()$local_file,
  cache = parent.frame()$cache
)

Value

A message

Arguments

local_file

The address of a file passed from the download_file function.

cache

Logical. Whether the cached data should be used.