Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Datetime_wrap
Function
Datetime_wrap
inst/tinytest/cpp/dates.cpp:138–141 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
136
137
// [[Rcpp::export]]
138
SEXP Datetime_wrap() {
139
Datetime dt = Datetime(981162123.123456);
140
return wrap(dt);
141
}
142
143
// [[Rcpp::export]]
144
SEXP Datetime_from_string(std::string x) {
Callers
nothing calls this directly
Calls
2
Datetime
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected