Revision 40f7c88ddf855896018cf20ec8a7ac5fbd0ea2fb authored by Dominique Makowski on 27 January 2020, 05:30:28 UTC, committed by cran-robot on 27 January 2020, 05:30:28 UTC
1 parent d8462ad
Raw File
print.p_rope.R
#' @export
print.p_rope <- function(x, digits = 2, ...) {
  print.data.frame(x, digits = digits, ...) # TODO
}

back to top