Description Usage Arguments Value Author(s) Examples
View source: R/RTestCase.test-adapter.R
A simple function to Test the RTest package
1 | test_fun(dat, mult)
|
dat |
( |
mult |
( |
A Table with the number vector + a sum of the vector multiplied by mult
Sebastian Wolf
1 2 3 | dat <- data.frame(x=c(1,1))
mult <- 1
test_fun(dat,mult)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.