fn builtin_int_to_utf8(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert integer Unicode code points to a UTF-8 string.
@param x integer vector of Unicode code points @return character scalar containing the corresponding UTF-8 string