Learn R Programming

scanstatistics (version 0.1.0)

get_enumerated_character: Get the name (as character) corresponding to the given number, from a list of enumerated names.

Description

Get the name (as character) corresponding to the given number, from a list of enumerated names.

Usage

get_enumerated_character(enum_list, number)

Arguments

enum_list

A list as returned from enumerate_character.

number

The number of the name you wish to extract.