R/llc_addin.R

Defines functions lla1 lla2 lla3

lla1 <- function(){

  do.call(get('rsam_fn_1',envir = parent.frame(2)),args = list())

}

lla2 <- function(){

  do.call(get('rsam_fn_2',envir = parent.frame(2)),args = list())

}


lla3 <- function(){

  do.call(get('rsam_fn_3',envir = parent.frame(2)),args = list())

}

Try the rsam package in your browser

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

rsam documentation built on Jan. 8, 2018, 5:04 p.m.