I have the following code: mpg = Polyglot.eval("R", <<-R) mtcars[1,]['mpg'] == 21 R puts mpg The output is (Ruby): > true Should this be an R Vector: > [1] TRUE Thanks!