Learn R Programming

raster (version 2.3-40)

validNames: Create valid names

Description

Create a set of valid names (trimmed, no duplicates, not starting with a number).

Usage

validNames(x, prefix='layer')

Arguments

x
character
prefix
character string used if x is empty

Value

  • character

See Also

make.names

Examples

Run this code
validNames(c('a', 'a', '', '1', NA, 'b', 'a'))

Run the code above in your browser using DataLab