Muenchen, Robert A (Bob) wrote:
> Dear HelpeRs,
>
> I'm confused about the role of quotes around package names on the
> library and detach functions. Books on R use both approaches:
>
> library(Hmisc)
> describe(mydata)
> detach(package:Hmisc)
>
> and
>
> library("Hmisc")
> describe(mydata)
>
Dear HelpeRs,
I'm confused about the role of quotes around package names on the
library and detach functions. Books on R use both approaches:
library(Hmisc)
describe(mydata)
detach(package:Hmisc)
and
library("Hmisc")
describe(mydata)
detach("package:Hmisc")
The help file for detach says "quote
2 matches
Mail list logo