powered by
A simple function to Test the RTest package
test_fun(dat, mult)
(data.frame) Any simple number dataframe with minimum one column
data.frame
(numeric) Any simple number
numeric
A Table with the number vector + a sum of the vector multiplied by mult
mult
# NOT RUN { dat <- data.frame(x=c(1,1)) mult <- 1 test_fun(dat,mult) # }
Run the code above in your browser using DataLab