Learn R Programming

gdalraster (version 1.11.1)

proj_search_paths: Get or set search path(s) for PROJ resource files

Description

proj_search_paths() returns the search path(s) for PROJ resource files, optionally setting them first.

Usage

proj_search_paths(paths = NULL)

Value

A character vector containing the currently used search path(s) for PROJ resource files. An empty string ("") is returned if no search paths are returned by the function OSRGetPROJSearchPaths() in the GDAL Spatial Reference System C API.

Arguments

paths

Optional character vector containing one or more directory paths to set.

See Also

proj_version(), proj_networking()

Examples

Run this code
proj_search_paths()

Run the code above in your browser using DataLab