Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Datetime_format
Function
Datetime_format
inst/tinytest/cpp/dates.cpp:181–183 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
179
180
// [[Rcpp::export]]
181
std::string Datetime_format(Datetime d, std::string fmt) {
182
return d.format(fmt.c_str());
183
}
184
185
// [[Rcpp::export]]
186
std::string Date_ostream(Date d) {
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected