Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ctor_sexp
Function
ctor_sexp
inst/tinytest/cpp/dates.cpp:25–28 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
23
24
// [[Rcpp::export]]
25
Date ctor_sexp(SEXP d) {
26
Date dt = Date(d);
27
return dt;
28
}
29
30
// [[Rcpp::export]]
31
SEXP ctor_mdy() {
Callers
nothing calls this directly
Calls
1
Date
Class · 0.50
Tested by
no test coverage detected