[R] Options for print()

baptiste auguie baptiste.auguie at googlemail.com
Thu May 5 10:45:49 CEST 2011


Hi,

Try this,

cat(format("The TITLE", width=80, justify="centre"))

HTH,

baptiste

On 5 May 2011 19:28, Dan Abner <dan.abner99 at gmail.com> wrote:
> Hello everyone,
>
> I have a few questions about the print() fn:
>
> 1) I have the following code that does not center the character string:
>
> print("The TITLE",quote=FALSE,justify="center")
>
> 2) How can I get R to not print the leading [1], etc.  when using print()?
>
> (Sorry, I don't know what the leading [1] is called. I tried looking it up
> in "An Introduction", but could not find it).
>
> Any help is greatly appreciated!
>
> Dan
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list