kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Create a webpage representation of the Rmd results. #639

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago

The results of accuracy_confidence_evaluation.Rmd needs to be rendered as a webpage:

image

R provides the web server to render Rmd language directly into a webpage:

https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html

Suggestions of implementation:

  1. create a simple Rmd script and create the web server to render the results.
  2. adapt the current Rmd script to the webserver and render the webpage.
  3. create a web page for uploading another R.script. The backend needs to receive the file.
  4. run the uploaded R script within the framework (we can discuss this part further later).