Learn R Programming

fcaR (version 1.5.0)

fetch_context: Fetch a Formal Context from the FCA Repository

Description

Downloads a context file from the fcarepository.org (via GitHub mirror), parses it, and returns a FormalContext object.

Usage

fetch_context(filename, verbose = TRUE)

Value

A FormalContext object.

Arguments

filename

Character string. The ID/filename of the context (e.g., "animals_en.cxt").

verbose

Logical. If TRUE, prints metadata and progress messages using cli/glue.