add_readme_fair_theory {theorytools} | R 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: |
... |
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")
[Package theorytools version 0.1.2 Index]