On 6/23/2008 9:15 AM, Gundala Viswanath wrote:
Dear Philipp and Duncan,
I've tried
write(as.character(myvec), "output.txt", sep="\n")
and
writeLines(as.character(myvec), "output.txt", sep="\n")
Both yielding same result.
1
1
1
1
1
6241
Is there any other possible explanation, why it
On Mon, Jun 23, 2008 at 10:15:53PM +0900, Gundala Viswanath wrote:
> I've tried
>
> > write(as.character(myvec), "output.txt", sep="\n")
>
> and
>
> > writeLines(as.character(myvec), "output.txt", sep="\n")
>
> Both yielding same result.
>
> >> 1
> >> 1
> >> 1
> >> 1
> >> 1
> >> 6241
>
> Is
Dear Philipp and Duncan,
I've tried
> write(as.character(myvec), "output.txt", sep="\n")
and
> writeLines(as.character(myvec), "output.txt", sep="\n")
Both yielding same result.
>> 1
>> 1
>> 1
>> 1
>> 1
>> 6241
Is there any other possible explanation, why it
still went wrong?
- Gundala Vis
> I want to print this vector into a file
>
> > myvec
> [1] --Control --Control --Control --Control --Control HBA2 HBA1
> [8] HBA1 --Control HBB --Control HBB HBA1 MBP
[...]
>
> However using this command:
> write(myvec, "output.txt", sep="\n")
>
> I get this inste
Gundala Viswanath wrote:
Dear experts,
I try not to trouble the list again after this question.
I want to print this vector into a file
myvec
[1] --Control --Control --Control --Control --Control HBA2 HBA1
[8] HBA1 --Control HBB --Control HBB HBA1 MBP
Dear experts,
I try not to trouble the list again after this question.
I want to print this vector into a file
> myvec
[1] --Control --Control --Control --Control --Control HBA2 HBA1
[8] HBA1 --Control HBB --Control HBB HBA1 MBP
[15] --Control HBA1 HBA2
6 matches
Mail list logo