R/util-mnis-id_type.R

Defines functions mnis_id_type_util

mnis_id_type_util <- function(ref_dods) {
  if (ref_dods == TRUE) {
    id_type <- "refDods="
  } else {
    id_type <- "id="
  }

  id_type
}

Try the mnis package in your browser

Any scripts or data that you put into this service are public.

mnis documentation built on April 4, 2021, 1:06 a.m.