Learn R Programming

rnaturalearth (version 1.1.0)

make_dest_path: Create Destination File Path

Description

Creates a destination file path by combining the directory path with a formatted filename based on the GDAL URL and category.

Usage

make_dest_path(gdal_url, category, destdir)

Value

A character string representing the complete destination file path

Arguments

gdal_url

A character string representing the GDAL URL

category

A character string specifying the data category ("raster" or other)

destdir

A character string specifying the destination directory