Skip to contents

This function checks if email addresses are provided for all corresponding authors in the contributors_table. If any corresponding author is missing an email address, it returns a warning.

Usage

check_missing_email(contributors_table)

Arguments

contributors_table

A dataframe containing the contributors' information.

Value

A list containing:

type

Type of validation result: "success" or "warning".

message

An informative message indicating the row numbers of corresponding authors with missing emails.