How to use text mining with HTML

I'm very beginning in data mining I decide to use R I will use it with asp.net mvc , like in this article
https://www.red-gate.com/simple-talk/dotnet/asp-net/creating-a-business-intelligence-dashboard-with-r-and-asp-net-mvc-part-1/

I will use tidy text packages such as broom, dplyr, tidytext and wordcloud. my question is can I use R2HTML package with tidy packages with ASP.NET MVC like the way in the above article? or there is a another way to use tidy text with html?

please, i need help!:persevere:

What do you have so far? You're asking a very broad question, and need to add specific context, i.e. a reprex, so people can help you.