has_license_header | R Documentation |
has_license_header
checks if license header is present in all the R source code files of the package using licesen_header()
.
has_license_header(pkg = ".", header = "inst/license-header")
pkg |
package name, used in |
header |
a path to the header file to be used |
TRUE
if all files have the header, FALSE
otherwise.
## Not run:
has_license_header()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.