Skip to contents

[Deprecated]

Moved to spacehakr::spk_source_url(), which handles CSV sources alongside every other format GDAL can open. This function was equivalent to it with the SQL filter omitted, so there is no separate CSV entry point in the new home.

This wrapper will be removed in a future release — call spacehakr::spk_source_url() directly.

Usage

rfp_source_csv(path_gpkg, urls_csv)

Arguments

path_gpkg

Passed to spacehakr::spk_source_url() as path_gpkg.

urls_csv

Passed to spacehakr::spk_source_url() as urls. The argument was renamed on the move, so this wrapper maps it explicitly rather than forwarding ... unchanged.

Value

The value of spacehakr::spk_source_url().