That was it - silly mistake. Thank you very much.
--
View this message in context:
http://r.789695.n4.nabble.com/Very-Basic-Source-Question-tp3769129p3769751.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing
>I'm trying to do is get comfortable with 'source' and run "source(C:/Program
Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)".
I'm not familiar with StatET/Eclipse IDE so this attempted answer might be
way off mark.
I'd be guessing it probably relates to quotation symbols in the correct
l
Hi,
I think you misplaced the quotes. From ?source:
file: a connection or a character string giving the pathname of the
file or URL to read from. "" indicates the connection
stdin().
Try instead (untested):
source("C:/Program Files (x86)/Eclipse/eclipse/ProjectName/Sou
I'm having an issue sourcing an R file from my workbench using StatET in the
Eclipse IDE. All I'm trying to do is get comfortable with 'source' and run
"source(C:/Program Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)".
When I try to call the path for the file i get the error: "unexpected '
4 matches
Mail list logo