3 lines
48 B
R
Raw Normal View History

customMean <- function(vector) {
mean(vector)
}