Learn R Programming

dataset (version 0.3.4)

as_character: Coerce to character vector

Description

Coerce to character vector

Usage

as_character(x)

# S3 method for haven_labelled_defined as_character(x)

Value

A character vector.

Arguments

x

A vector created with defined.

Examples

Run this code
as_character(iris_dataset$Species)

Run the code above in your browser using DataLab