fn scalar_string(s: &str) -> SEXP
Create a scalar R character string from a Rust &str.
&str
The returned SEXP is unprotected — caller must protect if further allocations will occur before use.