Skip to content
Prev 345644 / 398502 Next

"R CMD Rd2txt" generate "_^H" for in all section titles

Thank you. Great help!
Given your information, we can generate text files without _^H with
the following command:
echo "tools::Rd2txt(\"$input_file\", out=\"$output_file\",
options=list(underline_titles=FALSE))" | R --no-save
It's kind tedious though.

I'm just curious. Which text editor can actually display _^H correct?
I normally use vim. I also tried gedit. I even tried a web browser
(chrome).

Da
On Thu, Nov 13, 2014 at 8:29 PM, David Winsemius <dwinsemius at comcast.net> wrote: