R/package.doc.R

#' PyR: Set of Functions to Allow Use of Python in R
#'
#' A bridge between R and Python. Thes package is inspired by rPython
#' package but adds some additional functionality like dealing with Python
#' exceptions and converting native Python data types to native R data types.
#' The pacakge was also inspired by http://gallery.rcpp.org/articles/rcpp-python/ .
#'
#' @docType package
#' @name PyR-package
#' @useDynLib PyR
#' @importFrom Rcpp sourceCpp
NULL
nonsleepr/PyR documentation built on May 23, 2019, 9:32 p.m.