Displaying 1 result from an estimated 1 matches for "moreley".
Did you mean:
loreley
2013 Nov 23
0
Re: [R-SIG-Mac] morley object?
Hi Ann
Looks like a typo - I see "moreley.tab" that should be "morley.tab".
Works for me after correcting that.
> filepath <- system.file("data", "moreley.tab", package="datasets")
> filepath
[1] ""
>
> filepath <- system.file("data", "morley.tab"...