pct2str {animalcules}R Documentation

Converts decimal percentage to string with specified digits

Description

Converts decimal percentage to string with specified digits

Usage

pct2str(v, digits = 2)

Arguments

v

A single value

digits

number of digits

Value

Boolean

Examples

nums <- 0.23
pct2str(nums)


[Package animalcules version 1.0.3 Index]