Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ set
Method
set
inst/include/Rcpp/vector/string_proxy.h:160–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
template <typename T>
160
inline void set( const T& x ){
161
set( internal::make_charsexp(x) ) ;
162
}
163
inline void set(SEXP x){
164
SET_STRING_ELT( *parent, index, x ) ;
165
}
Callers
nothing calls this directly
Calls
1
make_charsexp
Function · 0.85
Tested by
no test coverage detected