R/SnakeCharmR.r

#' @title R and Python Integration
#' @author Alexandre Sieira
#' @description A fork from rPython which uses jsonlite and has several fixes and improvements
#' @name SnakeCharmR
#' @docType package
#' @useDynLib SnakeCharmR, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom stringr str_replace_all regex str_split
#' @import utils
NULL

Try the SnakeCharmR package in your browser

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

SnakeCharmR documentation built on May 2, 2019, 6:21 a.m.