Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <[email protected]>
  • Loading branch information
sbfnk and Bisaloo authored Sep 4, 2023
1 parent 5c4cf5a commit d5a5ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check.r
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ check <- function(x, ...) UseMethod("check")
#' @description Checks that a survey fulfills all the requirements to work with the 'contact_matrix' function
#'
#' @param x A [survey()] object
#' @param columns depcreated argument, ignored
#' @param columns deprecated argument, ignored
#' @param id.column the column in both the `participants` and `contacts` data frames that links contacts to participants
#' @param participant.age.column the column in the `participants` data frame containing participants' age
#' @param country.column the column in the `participants` data frame containing the country in which the participant was queried
Expand Down

0 comments on commit d5a5ce7

Please sign in to comment.