> On 26 Sep 2019, at 18:55 , Phillip Heinrich wrote:
>
> Just when I think I’m starting to get the hang of R I run into something that
> sends me back to Go without collecting $200.
>
> The working directory seems to be correct when I load an .rda file but it is
> not there and it is not in
Hello,
1. Try path.expand().
flname <- path.expand("~/Baseball/RetroSheetDocumentation/ari18.test2.rda")
2. To load in the global environment
load(flname, envir = .GlobalEnv)
3. But read the docs. From ?load:
load() replaces all existing objects with the same names in the
current environmen
Sent from my iPhone
> On Sep 27, 2019, at 12:55 AM, Phillip Heinrich wrote:
>
> Just when I think I’m starting to get the hang of R I run into something that
> sends me back to Go without collecting $200.
>
> The working directory seems to be correct when I load an .rda file but it is
> no
On 26/09/2019 12:55 p.m., Phillip Heinrich wrote:
Just when I think I’m starting to get the hang of R I run into something that
sends me back to Go without collecting $200.
The working directory seems to be correct when I load an .rda file but it is
not there and it is not in the Global Enviro
Just when I think I’m starting to get the hang of R I run into something that
sends me back to Go without collecting $200.
The working directory seems to be correct when I load an .rda file but it is
not there and it is not in the Global Environment in the upper right hand
window in RStudio.
ge
5 matches
Mail list logo