MCPcopy 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]]
176std::string Date_format(Date d, std::string fmt) {
177 return d.format(fmt.c_str());
178}
179
180// [[Rcpp::export]]
181std::string Datetime_format(Datetime d, std::string fmt) {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected