R/trim_template.R

#' Trim a FHIR template to add speciment information
#'
#' @param template
#'
#' @return
#' @export
#'
#' @examples
trim_template <- function(template){
  template$contained <- template$contained[1,]

  return(template)
}
NiklasTR/microbiomefhir documentation built on June 23, 2019, 2:06 a.m.