rstudio / rmarkdown

Dynamic Documents for R
https://rmarkdown.rstudio.com
GNU General Public License v3.0
2.84k stars 970 forks source link

Error in `viewer()`: #2553

Open liamxg opened 2 months ago

liamxg commented 2 months ago
viewer("https://forum.posit.co/c/quarto-r-markdown/10-2.html", 
       height = "maximize")

Error in viewer(): ! could not find function "viewer" Execution halted

cderv commented 2 months ago

viewer() is not a rmarkdown function

I don't know which function you are looking for. This issue means that the function doesn't exists.

You need to use the right function.

Why are you opening in the rmarkdown github repo exactly ?