You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you obscure connection details, by using config for example, then the resulting connections pane can be a bit odd. The following connection uses config to store the credentials:
If you obscure connection details, by using
config
for example, then the resulting connections pane can be a bit odd. The following connection usesconfig
to store the credentials:Then this connection is made, the following shows up in the RStudio IDE:
Notice that
get("database")
persists in the connections pane. The name of the database is "retail", as evidenced when the following code is used:In this case, the actual database name ("retail") is shown in the connections pane.
The text was updated successfully, but these errors were encountered: