livia wrote:
> Hello everyone, I would like to construct a datafram with the following
> command.
>
> eval(parse(text=paste("df=data.frame(", cmd, ")", sep="")))
>
> But it comes out " Error in parse(file, n, text, prompt, srcfile, encoding)
> :
> syntax error, unexpected $undefined, expe
Hello everyone, I would like to construct a datafram with the following
command.
eval(parse(text=paste("df=data.frame(", cmd, ")", sep="")))
But it comes out " Error in parse(file, n, text, prompt, srcfile, encoding)
:
syntax error, unexpected $undefined, expecting ',' in
"df=data.fram
2 matches
Mail list logo