1
Hello! I have the following question:
I need to use the following R packages for academic work:
- BETS (https://cran.r-project.org/web/packages/BETS/index.html)
- getDFPdata (https://cran.r-project.org/web/packages/GetDFPData/index.html)
- getHFdata (https://cran.r-project.org/web/packages/GetHFData/index.html)
I wonder if these packages have any equivalent within the Python environment and, if not, is there any way I can use such packages within a Python interpreter (file. ipynb)?
I wanted to avoid having to build my tables in a scrip in R and then go back and import those tables in Python and then use them.
I don’t usually use Python, but a Jupyter Notebook wouldn’t work?
– Alexandre Sanches
So, the file. ipynb is what is generated after writing a code in the notebook jupyter, but I do not know if in the same notebook it would be possible to write in two different languages: Python and R.
– msnststsusbsu