Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
namespace unsafe {
120
121
inline const char* utf8_string(SEXP s) { return Rf_translateCharUTF8(s); }
122
123
inline R_xlen_t r_string_size(SEXP s) {
124
if (s == NA_STRING) {
Callers
1
ExtendSetup
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected