MCPcopy Create free account
hub / github.com/apache/arrow / utf8_string

Function utf8_string

r/src/arrow_cpp11.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119namespace unsafe {
120
121inline const char* utf8_string(SEXP s) { return Rf_translateCharUTF8(s); }
122
123inline R_xlen_t r_string_size(SEXP s) {
124 if (s == NA_STRING) {

Callers 1

ExtendSetupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected