Files
reproducible-scripts/example/example.R
2022-02-17 11:50:55 +01:00

4 lines
94 B
R

# Example function to be tested.
linear_transformation <- function(x) {
return (2*x + 1)
}