forcats (version 0.2.0)

fct_rev: Reverse order of factor levels

Description

This is sometimes useful when plotting a factor

Usage

fct_rev(f)

Arguments

f
A factor

Examples

Run this code
f <- factor(c("a", "b", "c"))
fct_rev(f)

Run the code above in your browser using DataLab