fct_to_excel_values: A function to apply before export values to excel

View source: R/forcats.R

fct_to_excel_valuesR Documentation

A function to apply before export values to excel

Description

A function to apply before export values to excel

Usage

fct_to_excel_values(x)

Arguments

x

A factor

Examples


f <- factor(c("b", "b", "a", "c", "c", "c"))

fct_to_excel_values(f)




jbkunst/kunstomverse documentation built on May 30, 2022, 12:15 a.m.