fair_tlc: FAIR-TLC indicators (Traceable, Licensed, Connected)

View source: R/fair_tlc.R

fair_tlcR Documentation

FAIR-TLC indicators (Traceable, Licensed, Connected)

Description

Computes the three "FAIR+" indicators proposed by Haendel and colleagues in the Monarch Initiative / NCATS TransMed response to the NIH RFI on biomedical repository value metrics (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.5281/zenodo.203295")}), building on the (Re)usable Data Project (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pone.0213090")}). They extend FAIR with the provenance and legal dimensions that automated FAIR tools usually miss: whether data is Traceable (provenance, attribution), Licensed (clearly documented and actually reusable), and Connected (qualified links to related entities).

Usage

fair_tlc(x)

Arguments

x

A fair_assessment from assess_fair().

Value

A data frame with columns dimension, indicator, met (logical), and detail, plus a "source" attribute citing the framework.

Examples


a <- assess_fair("https://doi.org/10.5281/zenodo.8347772")
fair_tlc(a)


rfair documentation built on July 1, 2026, 5:07 p.m.