Writes a README file to a specific 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.
Examples
add_readme_fair_theory(title = "My Theory", path = tempdir())
#> ℹ Creating README.md
#> ✔ Creating README.md ... done
#>