Messy codeIn the Chinese folder, after Knit RMarkdown file, sometimes garbled characters appea

In the Chinese folder, after Knit RMarkdown file, sometimes garbled characters appea

I think we need to see your code and some sample data. See
FAQ Asking Questions

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between

```

```

This seems to be encoding issue.

Can you check all your files are UTF-8 encoded ?

This topic was automatically closed 45 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.