R/rstudio_addin_tar_progress.R

Defines functions rstudio_addin_tar_progress

Documented in rstudio_addin_tar_progress

# RStudio addins are tested interactively in
# tests/interactive/test-rstudio_addins.R. # nolint
# nocov start
#' @title RStudio addin to print `tail(tar_progress())`.
#' @description For internal use only. Not a user-side function.
#' @export
#' @keywords internal
rstudio_addin_tar_progress <- function() {
  print(utils::tail(tar_progress(), n = 20))
}
# nocov end

Try the targets package in your browser

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

targets documentation built on June 22, 2024, 9:43 a.m.