tests/testthat/config-filename/R/manual.R

#' @global this that
#' @global thistoo
manualmode <- function(data) {
  data |>
    dplyr::mutate(this = 1, that = 2) |>
    dplyr::arrange(thistoo)
}

Try the roxyglobals package in your browser

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

roxyglobals documentation built on Aug. 21, 2023, 5:14 p.m.