Prints a formatted summary of the contexts available in the FCA Repository to the console. It displays the filename, title, dimensions (objects x attributes), and description for each entry.
Arguments
- meta
A list of metadata objects, typically obtained via
get_fcarepository_contexts.
Examples
if (FALSE) { # \dontrun{
meta <- get_fcarepository_contexts()
print_repo_details(meta)
} # }