Reticulate is a handy way to combine Python and R code. From the reticulate help page suggests that reticulate allows for: "Calling Python from R in a variety of ways including R Markdown, sourcing ...
I'm working on a tool to load scientific data from FITS file (a file format used mainly for astronomical images, they have sections that can be used to store metadata like a star position, magnitude, ...