R/pithon.set.default.executable.R

Defines functions pithon.set.default.executable

Documented in pithon.set.default.executable

pithon.set.default.executable <- function(path.to.python.executable)
{
	.C("py_set_default_exec", path.to.python.executable, PACKAGE = "rPithon")
	invisible(NULL)
}

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.