print_repo_details: Print Details of Repository Contexts

View source: R/repository.R

print_repo_detailsR Documentation

Description

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.

Usage

print_repo_details(meta)

Arguments

meta

A list of metadata objects, typically obtained via get_fcarepository_contexts.

Value

Prints the summary to the console. Returns NULL invisibly.

Examples

## Not run: 
meta <- get_fcarepository_contexts()
print_repo_details(meta)

## End(Not run)

fcaR documentation built on July 27, 2026, 5:06 p.m.