R/hint.R

Defines functions hint

Documented in hint

#' Suggest some available methods about and object
#'
#' Suggest some available methods about and object
#' @param x an object
#' @export
hint <- function(x = NULL) methods(class = class(x))
lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.