generate_download_url {Tivy}R Documentation

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/"
)

Arguments

file_name

Name of the file to download.

base_url

Base URL for downloads.

Value

Complete download URL.


[Package Tivy version 0.1.0 Index]