Learn R Programming

IFC (version 0.1.1)

cpp_num_to_string: Numeric to String Conversion

Description

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

Usage

cpp_num_to_string(x, precision = 16L)

Arguments

x

a numeric vector.

precision

number of significant decimal digits to keep when abs(x) < 1. Default is 15.

Value

a string vector.