register_check | R Documentation |
This functions starts of a 'data.frame' read from the local register file.
register_check(
register = read.csv("register.csv", as.is = TRUE),
from = 1,
to = nrow(register)
)
register |
A ‘data.frame' with all required information for the register’s view |
from |
The first register entry to check |
to |
The last register entry to check |
**Note**: The validation of 'codecheck.yml' files happens in function 'validate_codecheck_yml()'.
Further test ideas:
- Does the repo have a LICENSE?
Daniel Nüst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.