Questions tagged [rd]

Use for questions related to the *documentation* of files written in R.

Rd format

R objects are documented in files written in “R documentation” (Rd) format, a simple markup language much of which closely resembles (La)TeX, which can be processed into a variety of formats, including LaTeX, HTML and plain text. The translation is carried out by functions in the tools package called by the script Rdconv in R_HOME/bin and by the installation scripts for packages.

The R distribution contains more than 1300 such files which can be found in the src/library/pkg/man directories of the R source tree, where pkg stands for one of the standard packages which are included in the R distribution.


Source: Writing R Extensions

61 questions
-1
votes
1 answer

How to Open .rd file extension in Java

Can anyone help me in figuring out how to retreive data from .rd extension files in java. I want to copy data from .rd extension file into a word document file. I am new to java and hence unable to sort out the problem. Thanks in Advance Sai
1 2 3 4
5