Hi,
You may try
invisible(sapply(1:10, print))
Yves
Le 21/02/2011 11:21, Antje Niederlein a écrit :
> Hi there,
>
> I though there has been a possibility to force the output on the
> console with one element per line. Instead of this:
>
>> 1:10
> [1] 1 2 3 4 5 6 7 8 9 10
>
> something like this
>
>> 1:10
> [1] 1
> [2] 2
> [3] 3
> [4] 4
> [5] 5
> [6] 6
> [7] 7
> [8] 8
> [9] 9
> [10] 10
>
> Can anybody help?
>
> Antje
>
> ______________________________________________
> [email protected] 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]]
______________________________________________
[email protected] 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.