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

Function R_altrep_class_name

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

Source from the content-addressed store, hash-verified

41// R_altrep_class_name and R_altrep_class_package don't exist before R 4.6
42#if R_VERSION < R_Version(4, 6, 0)
43inline SEXP R_altrep_class_name(SEXP x) {
44 return ALTREP(x) ? CAR(ATTRIB(ALTREP_CLASS(x))) : R_NilValue;
45}
46inline SEXP R_altrep_class_package(SEXP x) {
47 return ALTREP(x) ? CADR(ATTRIB(ALTREP_CLASS(x))) : R_NilValue;
48}

Callers 3

InspectMethod · 0.85

Calls

no outgoing calls