Revision 645c10f110efae44c5ac60025664cd27f2b46a87 authored by Dominique Makowski on 26 March 2020, 05:10:08 UTC, committed by cran-robot on 26 March 2020, 05:10:08 UTC
1 parent 2565fc8
Raw File
print.p_rope.R
#' @export
print.p_rope <- function(x, digits = 2, ...) {
  print.data.frame(x, digits = digits, ...) # TODO
}

back to top