[R] RODBC package not found (in English)
Duncan Murdoch
murdoch.duncan at gmail.com
Mon Apr 20 13:20:19 CEST 2015
On 20/04/2015 7:01 AM, CHIRIBOGA Xavier wrote:
> Dear members,
>
>
>
> What can I do if I get this message: ?
>
>
>
> library(RODBC)
> Error in library(RODBC) : any package called ‘RODBC’ was found
That means that you haven't installed it. You need to run
install.packages("RODBC")
first. Depending on which platform you're working on, this might fail;
in that case, you'll need to give us more details.
Duncan Murdoch
More information about the R-help
mailing list