test_fun: A simple function to Test the RTest package

Description Usage Arguments Value Author(s) Examples

View source: R/RTestCase.test-adapter.R

Description

A simple function to Test the RTest package

Usage

1
test_fun(dat, mult)

Arguments

dat

(data.frame) Any simple number dataframe with minimum one column

mult

(numeric) Any simple number

Value

A Table with the number vector + a sum of the vector multiplied by mult

Author(s)

Sebastian Wolf

Examples

1
2
3
dat <- data.frame(x=c(1,1))
mult <- 1
test_fun(dat,mult)

RTest documentation built on Dec. 4, 2019, 5:07 p.m.