R/just_script_no_functions.R

just_script_no_functions <- function (){
  python.load("python/just_script_no_functions.py ")
  #k = python.get("a")
  J = python.get("g")
  #return (J)
  J = data.frame (J)
  return(J)
}
satyausc/rPythonTrial documentation built on May 29, 2019, 2:59 p.m.