I am working on a form in vb.net that also needs to produce reports (basically a couple of tables and charts). I was going to create the reports directly through vb.net but recently discovered R.net which lets you use R from .Net. Seeing as there is more support for creating reports in RMarkdown, I was thinking of using R.net to pass the data into R and then hav RMarkdown generate the report pdfs.
So, I wanted to see if it was possible to use RMarkdown with r.net, so far to me it seems like you can only run operations from the regular command line.
Thanks for the help,
答案 0 :(得分:0)
以markdown(或您喜欢的任何标记语言)编写报告模板,然后将呼叫传递给knitr::knit
至R.