R/get_candidates.R

Defines functions get_candidates

Documented in get_candidates

#' Get Candidates
#'
#' Get candidate DNBs as data frame
#' @export
get_candidates <- function(dnb) {
    dnb_list2df(dnb$candidates)
}
gpli/DNB documentation built on Sept. 21, 2022, 10:57 p.m.