David C. Howell wrote:
I have been having problems with using scan(). I searched the archives
and found someone with the same problem several years ago, but did not
find a solution.
I want to prompt the user for input, scan in that input, and then go on
to use it as a variable.
The simplest
I have been having problems with using scan(). I searched the archives
and found someone with the same problem several years ago, but did not
find a solution.
I want to prompt the user for input, scan in that input, and then go on
to use it as a variable.
The simplest version of my program i
On Fri, 26 Oct 2007, Ken Termiso wrote:
> Hello all,
>
> I'm using the following scan() parameters on a tab-separated text file that
> was generated by R.
>
> temp_file <- scan(file = outfile, sep="\t", what = character(), skip = 1,
> nlines = 1)
>
> The problem is that within some cells, there
Hello all,
I'm using the following scan() parameters on a tab-separated text file that was
generated by R.
temp_file <- scan(file = outfile, sep="\t", what = character(), skip = 1,
nlines = 1)
The problem is that within some cells, there are cases where there are three
frontslashes ( /// ).
4 matches
Mail list logo