View source: R/utils-mongodb.R
find_collection | R Documentation |
Returning all of the information from a mongoDB query in a tabular format
find_collection(collection, database = "rhomis", url = "mongodb://localhost")
collection |
The collection you want to collect the information from |
database |
The database you are querying |
url |
The url of the database you are querying |
Rpackage file: utils-mongodb.R
A data frame of the data you are querying
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.