Description Usage Arguments Value Examples
Check documentation files to be sure each function have an example and a return value.
1 2 3  | check_Rd_examples(path = "man/", ignore_doc_type = c("data", "package"))
check_Rd_value(path = "man/", ignore_doc_type = c("data", "package"))
 | 
path | 
 Path to Rd files, typically   | 
ignore_doc_type | 
 Ignore specific documentation type.
Default is to ignore documentation for datasets and package. Use   | 
Character vector of Rd files path.
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
# Check if Rd files have examples
check_Rd_examples()
# Check if Rd files have value (function return)
check_Rd_value()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.