R/pithon.load.R

Defines functions pithon.load

Documented in pithon.load

# Code from rPython 0.0-5, by Carlos J. Gil Bellosta
# Small modifications by Jori Liesenborgs

pithon.load <- function( file, get.exception = TRUE, instance.name = "" ){
    code <- readLines( file )
    pithon.exec( code, get.exception, instance.name )
}

Try the rPithon package in your browser

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

rPithon documentation built on May 2, 2019, 5:51 p.m.