dot-makeSourceName: Make unique GRASS name for rasters, vectors, etc.

.makeSourceNameR Documentation

Make unique GRASS name for rasters, vectors, etc.

Description

Make unique GRASS name for rasters, vectors, etc.

Usage

.makeSourceName(x = NULL, type = NULL, n = 1L, name = NULL)

Arguments

x

Character or NULL: Descriptive string. Developers, please note: To assist with debugging, GRASS objects created by a GRASS module have the module named in this argument (with underscores). Example: "v_in_ogr" or "r_resample".

type

Character: raster, raster3D, vector, or table.

n

Numeric integer: Number of names to make

name

NULL (default) or character: Name of the output, attached as an attribute.

Value

Character vector.


adamlilith/fasterRaster documentation built on Sept. 23, 2024, 1:28 a.m.