Hi Nipesh,

Try "\cr".  See section 2.2 of the "Writing R Extensions" document for more
information.

HTH,

- Francisco

On Sun, Mar 6, 2011 at 2:03 PM, Nipesh Bajaj <bajaj141...@gmail.com> wrote:

> 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,
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to