Same problem as described in this entry:
The file does not open with any editor.
thank you.
Same problem as described in this entry:
The file does not open with any editor.
thank you.
This can be removed from a terminal session in Linux or macOS (it may be possible from Windows, but I've been away too long to know). Not tested (don't have a file handy with embedded nul, hence the backup)
cp your_file.Rmd your_file.BAK
perl -pi -e '\0//g' your_file.Rmd
This topic was automatically closed 42 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.