R/defunct.R

Defines functions slip_in_footnote slip_in_text slip_in_xml slip_in_column_break slip_in_seqfield

Documented in slip_in_column_break slip_in_footnote slip_in_seqfield slip_in_text slip_in_xml

#' @name officer-defunct
#' @title Defunct Functions in Package officer
#' @export
#' @rdname officer-defunct
#' @details `slip_in_seqfield()` is replaced by `run_word_field()`.
#' @param ... unused arguments
slip_in_seqfield <- function(...){
  .Defunct("run_word_field")
}

#' @export
#' @rdname officer-defunct
#' @details `slip_in_column_break()` is replaced by `run_columnbreak()`.
#' @param ... unused arguments
slip_in_column_break <- function(...){
  .Defunct("run_columnbreak")
}

#' @export
#' @rdname officer-defunct
#' @details `slip_in_xml()` is replaced by `fpar()`.
#' @param ... unused arguments
slip_in_xml <- function(...){
  .Defunct("fpar()")
}

#' @export
#' @rdname officer-defunct
#' @details `slip_in_text()` is replaced by `fpar()`.
#' @param ... unused arguments
slip_in_text <- function(...){
  .Defunct("fpar()")
}

#' @export
#' @rdname officer-defunct
#' @details `slip_in_footnote()` is replaced by `run_footnote()`.
#' @param ... unused arguments
slip_in_footnote <- function(...){
  .Defunct("run_footnote()")
}
davidgohel/oxbase documentation built on March 18, 2024, 4:09 p.m.