Create a HTML file from R file issue

Hello everyone,
I'm trying to create a HTML file from an R file. The HTML file should present numerous plot, some are also interactive. I used the comand rmarkdown::render("File.r",eval=FALSE) I got the following error:
Error in rmarkdown::render("Report.R", eval = FALSE) :
unused argument (eval = FALSE).
Before tryng this I tried to create a rmd file and then using the botton knit to transform it in a HTML file. While this method created a HTML file, the plot weren't visible. I'm quite at loss here, because I wasn't able to undestand much from Internet.

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.