(side to side) translation of R code into Julia

Hi All, on a whim I googled ‘translate Matlab code in Julia’, and I got this page:

which provides a side to side translation. I code in R a lot, so I was wondering whether there is a similar thing for R to Julia (if so it is not immediately and trivially found by Google) – I am sure it would considerably speed up my learning of Julia.

Comparing Julia and R's Vocabularies · John Myles White for vocab

Cheers – I was actually aware of that. It does give some static idea of what to do, but it pretty different from writing a piece of code which does something that I specifically have in mind and then seeing how I’d have to write the same code in Julia.