0

I'm a young software developer and researcher.I came across a video about a topic I was wondering. https://www.youtube.com/watch?feature=player_embedded&v=Av_M3f4XTTM .I'm developing Nodejs and R and I need something like that. So how do I convert an Rmd file to Ipython or Json format? Can you help me? Is this possible?

I want to convert the rmd file to json format, and I'll use nodejs, but there's something I don't understand.

My Json format is;

{
    mycode: 
    language: R
}

However, the language section can be Markdown. And the mycode section can be Markdown and R code. How can I distinguish this when reading the rmd file and converting it to json format?

Thanks in advance

Kucka Prozova
  • 61
  • 1
  • 2
  • 7
  • I still haven't found a valid answer. – Kucka Prozova Jan 07 '19 at 10:24
  • 1
    Your question is unclear, please read and edit your question according to: [How to make a great R reproducible example?](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – pogibas Jan 07 '19 at 23:11

0 Answers0