Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Datetime_ctor_sexp
Function
Datetime_ctor_sexp
inst/tinytest/cpp/dates.cpp:150–153 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
148
149
// [[Rcpp::export]]
150
SEXP Datetime_ctor_sexp(Datetime d) {
151
Datetime dt = Datetime(d);
152
return wrap(dt);
153
}
154
155
// [[Rcpp::export]]
156
SEXP DatetimeVector_ctor(DatetimeVector d) {
Callers
nothing calls this directly
Calls
2
Datetime
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected