Learn R Programming

RTest (version 1.2.6)

test_fun: A simple function to Test the RTest package

Description

A simple function to Test the RTest package

Usage

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

Examples

Run this code
# NOT RUN {
dat <- data.frame(x=c(1,1))
mult <- 1
test_fun(dat,mult)

# }

Run the code above in your browser using DataLab