| add_license_file | R Documentation | 
This function wraps usethis'
licenses functions, which are
designed for R-packages. This function makes them applicable to other use
cases (e.g., WORCS projects, FAIR theory).
add_license_file(path = ".", license = "ccby", ...)
| path | Character, indicating the directory in which to create the license file. Default: '.'. | 
| license | Character, indicating which license function to call.
The  | 
| ... | Additional arguments passed to  | 
No return value. This function is called for its side effects.
if(requireNamespace("withr", quietly = TRUE)){
withr::with_tempdir({
add_license_file(path = ".",
                 license = "proprietary",
                 copyright_holder = "test")
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.