Skip to content

Commit

Permalink
Merge pull request #14 from Jan-E/improve_docs_get_participants
Browse files Browse the repository at this point in the history
Improve docs on get_participants
  • Loading branch information
andrewheiss authored Feb 28, 2017
2 parents 4e7ed83 + 2a2f0e7 commit ff05a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/get_participants.R
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down
4 changes: 3 additions & 1 deletion man/get_participants.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff05a7b

Please sign in to comment.