MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / char_set_string_elt

Function char_set_string_elt

src/barrier.cpp:51–53  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

49
50// [[Rcpp::register]]
51void char_set_string_elt(SEXP x, R_xlen_t i, const char* value) {
52 SET_STRING_ELT(x, i, Rf_mkChar(value));
53}
54
55// [[Rcpp::register]]
56SEXP* get_string_ptr(SEXP x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected