Description Usage Arguments Value Examples
Formats the MongoDB URI string for use by package mongolite. In this case the 'standard' URI format is used.
1 | mongo_uri_standard(user, password, host, port = NA)
|
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
URI string.
1 2 3 4 | ## 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.