Check if title of Rd files ends in a period.
Usage
check_rd_titles(pkg = ".")
Arguments
- pkg
Path to a (subdirectory of an) R package.
Value
A data frame with the results.
Examples
# \dontrun{
check_rd_titles()
#> ℹ No `.Rd` files found in path
#> NULL
# }