R/defunct.R

Defines functions docx_reference_img

Documented in docx_reference_img

#' @name officer-defunct
#' @title Defunct Functions in Package officer
#' @export
#' @rdname officer-defunct
#' @details `docx_reference_img()` is not usefull anymore.
#' @param ... unused arguments
#' @keywords internal
docx_reference_img <- function(...){
  .Defunct(msg = "The `docx_reference_img()` function is no longer useful.")
}

Try the officer package in your browser

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

officer documentation built on Jan. 17, 2026, 1:06 a.m.