find_collection: Querying whole collection

View source: R/utils-mongodb.R

find_collectionR Documentation

Querying whole collection

Description

Returning all of the information from a mongoDB query in a tabular format

Usage

find_collection(collection, database = "rhomis", url = "mongodb://localhost")

Arguments

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

Details

Rpackage file: utils-mongodb.R

Value

A data frame of the data you are querying


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.