R/defunct.R

Defines functions body_add_vg

Documented in body_add_vg

#' @export
#' @keywords internal
#' @title Defunct Functions in Package rvg
#' @param ... unused argument
#' @details `body_add_vg()` is removed and can be replaced by `officer::body_add_img`.
body_add_vg <- function(...){
  .Defunct("officer::body_add_img")
}
davidgohel/rvg documentation built on May 17, 2023, 12:27 a.m.