View source: R/linter_custom.R
roxygen_tag_linter | R Documentation |
Check that function has documented specific tag in Roxygen
skeleton (default @author
).
roxygen_tag_linter(tag = "@author")
tag |
character (default |
linter class function
Kamil Foltynski kamil.foltynski@contractors.roche.com
linters_config <- lintr::linters_with_defaults(
line_length_linter = lintr::line_length_linter(120),
roxygen_tag_linter = roxygen_tag_linter()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.