mongo.index: Display table of available MongoDB collections

View source: R/getMongo.R

mongo.indexR Documentation

Display table of available MongoDB collections

Description

Retrieves a list of all available collections in the configured MongoDB database.

Usage

mongo.index(db_name = NULL)

Arguments

db_name

Optional; the name of the database to connect to. If NULL, uses the database specified in the configuration file.

Value

A character vector containing the names of all available collections in the configured MongoDB database.


wizaRdry documentation built on June 8, 2025, 11:30 a.m.