I have 2 questions:

1-   I want to setup alias for dbconnect in User .Rprofile.

mydb = dbConnect(MySQL(), user='ghulam', password='password',
dbname='ghulam_test', host='localhost')


2- I want to setup two working directory one is for user personal dirctory.

I have setup .Rprofile in users Home directory with this command

setwd("/home/ghulam/R")

I also want to setup Shared Working Directory for all Users .

Can you please help me to figure it out.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to