Last data update: 2014.03.03

R: Function to format a number
format_numberR Documentation

Function to format a number

Description

This function takes a floating number and round to 2 decimal point

Usage

format_number(x)

Arguments

x

a floating number

Value

formatted number

Results