Use R inside a . ipynb

Asked

Viewed 58 times

1

Hello! I have the following question:

I need to use the following R packages for academic work:

  1. BETS (https://cran.r-project.org/web/packages/BETS/index.html)
  2. getDFPdata (https://cran.r-project.org/web/packages/GetDFPData/index.html)
  3. 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?

  • 1

    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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.