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
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
2 matches
Mail list logo