R/print_many_valued.R

Defines functions print_many_valued

print_many_valued <- function(I) {

  print(tibble::as_tibble(I))

}

Try the fcaR package in your browser

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

fcaR documentation built on April 28, 2023, 1:11 a.m.