[R] Writing Rd files
Nipesh Bajaj
bajaj141003 at gmail.com
Sun Mar 6 15:03:03 CET 2011
Hi all, I have created a package and now into writing it's help files.
However I am having problem on, how to put a 'new line' in any
statement of the help file? For example please consider following:
\title{
This is a new function and this function will calculate the mean.
}
However I want to write it is this way:
\title{
This is a new function & and,
this function will calculate the mean.
}
I have tried using: "\n" or "\\" however could not achieve what I
want. Can somebody please help me on how to tell that, break here and
go to the next line?
Thanks,
More information about the R-help
mailing list