R/dev_tips.R

#' #' Provide tips for improving a metric
#' #'
#' #' @param x a pkg_metric object
#' #' @param ... additional arguments unused
#' #'
#' #' @export
#' dev_tips <- function(x, ...) {
#'   UseMethod("dev_tips")
#' }

Try the riskmetric package in your browser

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

riskmetric documentation built on Sept. 1, 2023, 1:06 a.m.