fn builtin_enc2utf8(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert character vector to UTF-8 encoding (passthrough in miniR).
Since miniR uses UTF-8 everywhere, this is a no-op that returns its input.
@param x character vector @return character vector (unchanged)