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