R/rstudio_addin_tar_outdated.R

Defines functions rstudio_addin_tar_outdated

Documented in rstudio_addin_tar_outdated

# RStudio addins are tested interactively in
# tests/interactive/test-rstudio_addins.R. # nolint
# nocov start
#' @title RStudio addin to call [tar_outdated()].
#' @description For internal use only. Not a user-side function.
#' @export
#' @keywords internal
rstudio_addin_tar_outdated <- function() {
  print(tar_outdated())
}
# nocov end
wlandau/targets documentation built on May 1, 2024, 7:27 p.m.