percentage: Percentage function

Description Usage Arguments Value Examples

View source: R/percentage.R

Description

Percentage function

Usage

1
percentage(numerator, denominator)

Arguments

numerator

The numerator of the percentage will be divided by the denominator.

denominator

The bottom of the fraction

Value

Returns a number or vector of numbers for percentages

Examples

1
percentage(50, 100)

chrismainey/brilliant documentation built on Feb. 3, 2021, 4:37 p.m.