R/type-conversion.R

Defines functions .RtoPy

# 
# Author: Wush Wu
# Copyright (c) Bridgewell Inc.
#  

.RtoPy <- function(src) {
	.Call("RembedPy__RtoPy", src)
}
wush978/RembedPy documentation built on May 4, 2019, 12:01 p.m.