diff --git a/DESCRIPTION b/DESCRIPTION index fa9cf0f..3a3e21b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.2.1.001 +Version: 0.2.1.002 Authors@R: person(given = "First", family = "Last", diff --git a/R/editors-airtable.R b/R/editors-airtable.R index aaf699c..954abaf 100644 --- a/R/editors-airtable.R +++ b/R/editors-airtable.R @@ -79,6 +79,7 @@ edvac_status_airtable <- function (airtable_id) { #' #' @param editors The `data.frame` of editors returned as the "status" component #' from \link{editor_status}. +#' @param airtable_id The 'id' string of the airtable table. #' @return A modified version of `editors` with additional columns. #' @export add_editor_airtable_data <- function (editors, airtable_id) { diff --git a/codemeta.json b/codemeta.json index 3e815a6..25fcbeb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.1.001", + "version": "0.2.1.002", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/add_editor_airtable_data.Rd b/man/add_editor_airtable_data.Rd index aad30aa..8f967e0 100644 --- a/man/add_editor_airtable_data.Rd +++ b/man/add_editor_airtable_data.Rd @@ -10,6 +10,8 @@ add_editor_airtable_data(editors, airtable_id) \arguments{ \item{editors}{The `data.frame` of editors returned as the "status" component from \link{editor_status}.} + +\item{airtable_id}{The 'id' string of the airtable table.} } \value{ A modified version of `editors` with additional columns.