Skip to contents

Writes a README file to a specific path.

Usage

add_readme_fair_theory(title, path, ...)

Arguments

title

Character, indicating the theory title. Default: NULL

path

Character, indicating the directory in which to create the FAIR theory. The default value "." points to the current directory.

...

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(title = "My Theory", path = tempdir())
#>  Creating README.md
#>  Creating README.md ... done
#>