connect_online | R Documentation |
Connect to the gbif4crest_02 database by accessing the server on Amazon.
connect_online(
dbname = "gbif4crest_02",
port = 5432,
host = "gbif4crest.cvqgy2mnjwtg.eu-west-3.rds.amazonaws.com",
user = "guestuser",
password = "pwd12345"
)
dbname |
The name of the database. Default is |
port |
The port to connect to the server. Default is 5432. |
host |
The host of the database server.
Default is |
user |
The user name to use to connect. Default is |
password |
The password associated with the user name. Default is |
An active connection to a database
## Not run:
db <- connect_online()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.