Intended for inline printing, allows easy calculation of percentage changes

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)
#> [1] 50