On 19 Mar 2007, at 11:20, Robin Hankin wrote:

> Hello everybody
>
> thanks for the tips.
>
> I *think* this should be the same thread....
>
>
> The manpage for system() says that lines of over 8095
> characters will be split.  This is causing me problems.
> How do I get round the 8095 character limit?
>


Er, just paste the output together using paste(..., collapse = "")

The split is "clean" so concatenating the lines will not lose
any characters.


HTH






--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
  tel  023-8059-7743

______________________________________________
R-help@stat.math.ethz.ch 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