ezIntString: Format an integer into a character using only digits

View source: R/io.R

ezIntStringR Documentation

Format an integer into a character using only digits

Description

convenience function that prevents scientific notation and surrounding white space. Such characters are need for system calls to commandline tools.

Usage

ezIntString(x)

Arguments

x

an integer.

Value

Returns the input integer as a character.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ezIntString(4.5e7)

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.