db_get_connection {vkR}R Documentation

Get a mongo connection object

Description

Get a mongo connection object

Usage

db_get_connection(
  collection_name,
  collection_suffix = "",
  db_name = db_getActive()
)

Arguments

collection_name

Collection name

collection_suffix

Collection suffix

db_name

Database name


[Package vkR version 0.2 Index]