assignNicknames: Assign nicknames

Description Usage Arguments Value

View source: R/assignNicknames.R

Description

Most of the ID's of individuals are extremely unwieldly multi-digit codes. This function gives nicer (more memorable) numbered short codes ... like "Moose1", "Moose2", etc.

Usage

1
assignNicknames(data, string = "Animal")

Arguments

data

typically - a "track" object., but really, any data frame with an "id" column.

string

a basic string for a nickname, like "Moose"

Value

the data, with an additional column called "nickname" with the numbered short name.


ABoVE-AotM/above documentation built on May 28, 2020, 6:08 a.m.