read_in_db_dataset: Read in DB Dataset

View source: R/utils-mongodb.R

read_in_db_datasetR Documentation

Read in DB Dataset

Description

A function for reading and unwinding data in the RHoMIS database.

Usage

read_in_db_dataset(
  collection = "data",
  database,
  project_name,
  form_name,
  data_set_name
)

Arguments

collection

The collection containing the data needed

database

The name of the database

project_name

The name of the project which you are searching for

form_name

The name of the form you are searching for

data_set_name

The name of the dataset.

Details

Rpackage file: utils-mongodb.R


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