Mistake in creating QQPlots etc

Hello!
I`m creating R Markdown file and when I run chunk, there is an abracadabra instead an image. Encoding UTF-8.


Similar in html
Also t-test is looking the same way

Can anyone help with this? Thank you!

Hi,

Welcome to the RStudio community!

It seems there is an encoding problem, likely because of the special characters, although you ensured the data is in UTF-8.

Could you generate a reprex with a small sample dataset so we can try and run the code ourselves. A reprex consists of the minimal code and data needed to recreate the issue/question you're having. You can find instructions how to build and share one here:

Good luck,
PJ

Ok, Ive solved it, the mistake was with putting numbers into chunks labels (such as {r1})
Thank you!

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