license_header | R Documentation |
license_header
check if license header is present in all the R source code files of the package.
license_header(pkg = ".", header = "inst/license-header", add = FALSE)
pkg |
package name, used in |
header |
a path to the header file to be used |
add |
boolean variable for automatically adding the header if it is missing - BETA, the function will not replace an existing but slightly different header! |
A human readable message of the result of the function, including the files that were changed (if any).
## Not run:
license_header()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.