Skip to content

Commit

Permalink
Merge pull request #93 from UBC-MDS/fix-clean-data-function
Browse files Browse the repository at this point in the history
fixed roxygen documentation (missing @param)
  • Loading branch information
mishelly-h authored Dec 9, 2023
2 parents 4692198 + 01d0b71 commit 3f99e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/clean_speed_dating_dat.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#' The function does not take any input as we are only interested in isolating the self vs other
#' ratings of these 5 attributes for comparison.
#'
#' @param dat the raw data set to be cleaned
#'
#' @return a tibble data frame with the participant id (pid) and 10 columns (5 for each self-rated
#' attributes and 5 for each other-rated attributes)
#' @export
Expand Down

0 comments on commit 3f99e20

Please sign in to comment.