R/convenience.R

Defines functions n_docs

Documented in n_docs

#' Get how many documents were returned
#' @param x Documents object in list format
#' @export
n_docs <- function(x)
  attr(x, "meta")$numFound

# next_cursor <- function(x)
#   x$rss$channel$nextCursorMark
hafen/finderquery documentation built on March 24, 2021, 4:44 p.m.