[VIEWED 6112
TIMES]
|
SAVE! for ease of future access.
|
|
|
beta
Please log in to subscribe to beta's postings.
Posted on 08-21-12 2:47
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
I am learning R statistica package. Everytime I open the pakage I need to call some of the pakages I use using syntax:
library()
I am wondering whether there is any trick I can use so that I do not have to make a call for pakages that I am using everyday.
|
|
|
|
iinception
Please log in to subscribe to iinception's postings.
Posted on 08-21-12 5:43
PM [Snapshot: 135]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
If you are using linux , Edit (you can create if not present) ~/.Rprofile file as load("packagename") or something similar..it must be similar in windows but I am not sure...
|
|
|
Bhunte
Please log in to subscribe to Bhunte's postings.
Posted on 08-21-12 6:54
PM [Snapshot: 225]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
if the R documentation within the software's Help may be of any help to you...
|
|