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")
}

Try the rvg package in your browser

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

rvg documentation built on May 31, 2023, 7:18 p.m.