Open a connection to a PHS database
phs_database_conn(dsn, username = Sys.getenv("USER"))
dsn | The Data Source Name passed on to |
---|---|
username | The username to use for authentication, if not supplied it first will check the environment variable and finally ask the user for input. |
a connection to the specified dsn