reorder_factors: Reorder factors by numerical order

reorder_factorsR Documentation

Reorder factors by numerical order

Description

Will for example convert 'ETA(1)' to 1 create factors then generate labels by wrapping the digits with prefix and suffix.

Usage

reorder_factors(prefix, suffix = NULL)

Arguments

prefix

A prefix to be added in front of the factor digits.

suffix

A suffix to be added after the factor digits.

Value

A modified tibble


xpose documentation built on July 9, 2023, 6:12 p.m.