Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ median_ch
Function
median_ch
inst/tinytest/cpp/sugar.cpp:835–837 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
833
834
// [[Rcpp::export]]
835
Rcpp::String median_ch(Rcpp::CharacterVector x, bool na_rm = false) {
836
return Rcpp::median(x, na_rm);
837
}
838
839
840
// 12 March 2016: cbind
Callers
nothing calls this directly
Calls
1
median
Function · 0.85
Tested by
no test coverage detected