Type, name and type of mandatory columns are controlled
r_table_checking(
  r_table,
  type,
  column_name = NULL,
  column_type = NULL,
  output = "error"
)Table object expected.
Object of class character expected. Type or class expected of the r table You can choose between arguments "data.frame", or "tbl".
vector of character expected. Be default NULL. Mandatory column names in r_table.
vector of character expected. Be default NULL. Mandatory column type in r_table.
character expected. Kind of expected output. By default "error". You can choose between "error", "message" or "logical".