R/rfastmongo.R

#' @title Build mongo queries inside R with help of R function
#' @name rfastmongo
#' @description Build MongoDB queries using r functions so that you don't have to worry about remebering monog's syntax, use R's autocompletion.
#'
#' @importFrom magrittr %>%
#' @importFrom assertthat assert_that is.number
#' @docType package
#' @aliases rfastmongo rfastmongo-pacakge
NULL
sgp667/rfastmongo documentation built on May 14, 2019, 12:48 p.m.