user/Test_Sequence.R

base <- function(x) x + 1
custom <- function(x) {
  base(x)
}
custom(12)
Blakemassey/ibmr documentation built on Dec. 25, 2021, 8:39 a.m.