fn builtin_length_set(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
length<- — set the length of a vector.
@param x vector @param value new length @return vector with adjusted length (truncated or extended with NA) @namespace base