From 01d0b71dd20014e50830cd3b6186fee367e9ae4a Mon Sep 17 00:00:00 2001 From: Mona Zhu Date: Fri, 8 Dec 2023 16:38:26 -0800 Subject: [PATCH] fixed roxygen documentation (missing @param) --- R/clean_speed_dating_dat.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/clean_speed_dating_dat.R b/R/clean_speed_dating_dat.R index 218c8ca..44512d6 100644 --- a/R/clean_speed_dating_dat.R +++ b/R/clean_speed_dating_dat.R @@ -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