R/python.load.R

#########################################################
# CGB, 20120801
#########################################################

python.load <- function( file, get.exception = TRUE ){
    code <- readLines( file )
    python.exec( code, get.exception )
}
cjgb/rPython-win documentation built on May 13, 2019, 7:32 p.m.