R Bridge is an interface (but notice that not in the sense of an interface in object oriented programming) to the R language. You use Rset functions to pass values to R variables (in R variables can be created on the fly) and Rx to execute the R code passed as argument.