argentum_interactive_download {Argentum}R Documentation

Download WFS Layers Interactively

Description

This function provides an interactive interface to download WFS layers. Users can select an organization, choose specific layers or download all, and specify the output format and directory.

Usage

argentum_interactive_download(output_dir = NULL)

Arguments

output_dir

Optional; Path to the directory where files will be saved. If NULL, user will be prompted

Details

Download WFS Layers Interactively

Value

Invisibly returns a data frame with download results

Examples


# Try to download interactively
tryCatch({
  results <- argentum_interactive_download()
}, error = function(e) {
  message("Error: ", e$message)
})


[Package Argentum version 1.0.0 Index]