R/python.load.R

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

python.load <- function( file, get.exception = TRUE ){
    code <- readLines( file )
    python.exec( code, get.exception )
}

Try the rPython package in your browser

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

rPython documentation built on May 2, 2019, 3:25 a.m.