register_check: Function for checking all entries in the register

View source: R/register.R

register_checkR Documentation

Function for checking all entries in the register

Description

This functions starts of a 'data.frame' read from the local register file.

Usage

register_check(
  register = read.csv("register.csv", as.is = TRUE),
  from = 1,
  to = nrow(register)
)

Arguments

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

Details

**Note**: The validation of 'codecheck.yml' files happens in function 'validate_codecheck_yml()'.

Further test ideas:

- Does the repo have a LICENSE?

Author(s)

Daniel Nüst


codecheckers/codecheck documentation built on Dec. 6, 2024, 7:38 p.m.