db_utils.delete: Internal optimized delete function by factorizing code.

View source: R/db_utils.R

db_utils.deleteR Documentation

Internal optimized delete function by factorizing code.

Description

Internal optimized delete function by factorizing code.

Usage

db_utils.delete(to_delete_data, collection_name, document_name)

Arguments

to_delete_data

the data.table containing the data to delete.

collection_name

the name of the mongodb collection.

document_name

the name of the documents in this collection.

Value

Nothing


scalastic/fin.backend documentation built on Nov. 18, 2022, 7:10 a.m.