Learn R Programming

Tivy (version 0.1.1)

generate_download_url: Generate download URL

Description

Internal function to construct download URLs for files.

Usage

generate_download_url(
  file_name,
  base_url =
    "https://consultasenlinea.produce.gob.pe/produce/descarga/comunicados/dgsfs/"
)

Value

Complete download URL.

Arguments

file_name

Name of the file to download.

base_url

Base URL for downloads.