View source: R/add_fair_theory.R
add_theory_file | R Documentation |
Writes a theory file to a specific path.
add_theory_file(path, theory_file = "theory.txt")
path |
Character, indicating the directory in which to create the FAIR theory. |
theory_file |
Character, referring to existing theory file(s) to be
copied, or a new theory file to be created. Default |
Invisibly returns a logical value, indicating whether the function was successful or not.
add_theory_file(path = tempdir(), theory_file = "theory.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.