R/profile.R

Defines functions profile

Documented in profile

#' Profile method for ui objects
#'
#' @param x Object
#' @param ... Additional arguments
#' @export
profile <- function(x, ...) {
  UseMethod("profile")
}

Try the ui package in your browser

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

ui documentation built on June 25, 2026, 5:09 p.m.