R/sample_function.R

sample_function <- function (a1, a2){
  python.load("python/sample_function.py")
  ret = python.call("sample_function", a1, a2)
  return (ret)
}
satyausc/rPythonTrial documentation built on May 29, 2019, 2:59 p.m.