diff --git a/R/get_participants.R b/R/get_participants.R index c9e81f7..a98facf 100644 --- a/R/get_participants.R +++ b/R/get_participants.R @@ -8,7 +8,9 @@ #' @param aAttributes \dots #' @export #' @examples \dontrun{ -#' get_responses(12345) +#' get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, +#' aAttributes=c('attribute_1','attribute_2')) +#' get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, aAttributes=FALSE) #' } get_participants <- function(iSurveyID, iStart, iLimit, bUnused, aAttributes){ diff --git a/man/get_participants.Rd b/man/get_participants.Rd index a1117cf..e505f62 100644 --- a/man/get_participants.Rd +++ b/man/get_participants.Rd @@ -22,7 +22,9 @@ This function exports and downloads the list of participants from a LimeSurvey s } \examples{ \dontrun{ -get_responses(12345) +get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, + aAttributes=c('attribute_1','attribute_2')) +get_participants(12345, iStart=1, iLimit=10, bUnused=FALSE, aAttributes=FALSE) } }