Learn R Programming

IFC (version 0.2.1)

num_to_string: Numeric to String Formatting

Description

Formats numeric to string used for features, images, ... values conversion when exporting to xml.

Usage

num_to_string(x, precision = 22)

Value

a string vector.

Arguments

x

a numeric vector.

precision

number of significant decimal digits to keep. Default is 22.