add_readme_fair_theory: Add Readme File

View source: R/add_fair_theory.R

add_readme_fair_theoryR Documentation

Add Readme File

Description

Writes a README file to a specific path.

Usage

add_readme_fair_theory(path, title, ...)

Arguments

path

Character, indicating the directory in which to create the FAIR theory.

title

Character, indicating the theory title. Default: NULL

...

Additional arguments passed to other functions.

Value

Invisibly returns a logical value, indicating whether the function was successful or not.

Examples

add_readme_fair_theory(path = tempdir(), title = "My Theory")

theorytools documentation built on Aug. 8, 2025, 6:43 p.m.