inst/extdata/example_dir/example_lab_file1.R

## My lab report ###
my_name <- "Foo"

# Create a vector with the values pi and e
task1 <- c(pi+1, exp(1))  

# Create a function that return the sum of the first and last element.
task2 <- function(vector){
  vector[1] + vector[length(vector)]
}

Try the markmyassignment package in your browser

Any scripts or data that you put into this service are public.

markmyassignment documentation built on Sept. 5, 2021, 5:42 p.m.