num_to_string {IFC}R 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.


[Package IFC version 0.2.1 Index]