On 09/09/2010 5:57 AM, Barry Rowlingson wrote:
If I try ls with an unquoted version of something in my search list, I
get an error message but the ls completes successfully. For example:
> attach("x.RData")
> ls(file:x.RData)
Error in try(name) : object 'x.RData' not found
[1] "x"
which see
If I try ls with an unquoted version of something in my search list, I
get an error message but the ls completes successfully. For example:
> attach("x.RData")
> ls(file:x.RData)
Error in try(name) : object 'x.RData' not found
[1] "x"
which seems to be because ls first does: nameValue <- try(