mongo_uri_standard | R Documentation |
Formats the MongoDB URI string for use by package mongolite. In this case the 'standard' URI format is used.
mongo_uri_standard(user, password, host, replica_set = NA, port = NA)
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
replica_set |
MongoDB replica set, if indicated. |
port |
MongoDB port. |
URI string.
## Not run:
mongo_uri_standard(user = 'John', password = 'db_password_1234', host = 'server1234', port = NA)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.