Suppose a table in the form of text like the following:
texto <- "a b c
e f
g h i"
When I use the read.table command, it gives the following error:
tabela <- read.table(text=texto)
Error in scan(file, what, nmax, sep, dec, quote, sk...
asked by
26.02.2014 / 17:31