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