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/jbkverse documentation built on June 2, 2022, 10:36 p.m.