Message-ID: <A12872756FAB8042A67B0B286A9FB21503155CA8@aismsx.a-i-s.biz>
Date: 2012-02-09T17:44:28Z
From: Arnaud Gaboury
Subject: loading packages in a function
Hello,
I sourced successfully my function().
I need to load libraries, so I wrote this inside my function():
function()
{
#load needed library
library(plyr)
library(car)
..../...
}
It is OK, but I have this on my invite command when running the function:
> function()
Loading required package: MASS
Loading required package: nnet
YOU DID A GOOD JOB,SEND EMAIL
Last line is the supposed result of my function, so it ok.
How to get rid of the first two lines, only for esthetic purpose?
TY for your time.
Arnaud Gaboury
?
A2CT2 Ltd.