knitr::opts_chunk$set(echo = TRUE)
library(mytestpkg)

Use new functions:

1.

a <- c(5,3,9,5)
b <- c(4,6,7,3)
new_fun(a,b)


onakoinz/mytestpkg documentation built on May 30, 2019, 8:15 a.m.