num_to_string: Numeric to String Formatting

View source: R/strings_utils.R

num_to_stringR Documentation

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)

Arguments

x

a numeric vector.

precision

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

Value

a string vector.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.