nice_pc_change: Easily calculate a percentage change

View source: R/nice_things.R

nice_pc_changeR Documentation

Easily calculate a percentage change

Description

Intended for inline printing, allows easy calculation of percentage changes

Usage

nice_pc_change(start, end)

Arguments

start

The value at the start

end

The value at the end

Value

A percentage change from start to end

Examples

nice_pc_change(5, 10)

simonthelwall/nicethings documentation built on Feb. 27, 2023, 3:15 p.m.