fn builtin_enc2native(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert character vector to native 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)