From ea7759337e41663403ef3b3439720882d7edf60a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 2 Sep 2024 18:18:28 +0000 Subject: [PATCH] Documentation --- man/create_detailed_record_table.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/create_detailed_record_table.Rd b/man/create_detailed_record_table.Rd index a5a8931a..a1a0e347 100644 --- a/man/create_detailed_record_table.Rd +++ b/man/create_detailed_record_table.Rd @@ -27,7 +27,8 @@ A \code{gt} table object summarizing the detailed record counts for each citatio This function generates a formatted summary table using the \code{gt} package, which displays detailed counts for each citation source. The table includes columns for the number of records imported, distinct records, unique records, -non-unique records, and various contribution percentages. +non-unique records, and various contribution percentages. Data from the +function calculate_detailed_records is pre-formatted for this table. } \details{ The function checks for the presence of all required columns in the input data frame.