Learn R Programming

expss (version 0.10.7)

as.labelled: Recode vector into numeric vector with value labels

Description

Recode vector into numeric vector with value labels

Usage

as.labelled(x, label = NULL)

is.labelled(x)

Arguments

x

numeric vector/character vector/factor

label

optional variable label

Value

numeric vector with value labels

Examples

Run this code
# NOT RUN {
character_vector = c("one", "two",  "two", "three")
as.labelled(character_vector, label = "Numbers")


# }

Run the code above in your browser using DataLab