survey_participant_season: Get list of participant id (person_id = survey_user_id) List...

View source: R/survey_load_data.R

survey_participant_seasonR Documentation

Get list of participant id (person_id = survey_user_id) List of participants registered in weekly at least once for a given season

Description

Get list of participant id (person_id = survey_user_id) List of participants registered in weekly at least once for a given season

Usage

survey_participant_season(
  season,
  use.season.dates = FALSE,
  use.min = TRUE,
  country = NULL
)

Arguments

season

season number to get, if several seasons are given use min and max of seasons dates

use.season.dates

restrict to season's starting & ending dates. forced if single table model for weekly

use.min

us minimal date of the given season, if FALSE use all before the end of the season (only for single table model)

country

country to restrict participant

See Also

Other survey-load: survey_load_all(), survey_load_options(), survey_load_participants(), survey_load_participations(), survey_load_questions(), survey_load_results_historic(), survey_load_results(), survey_load_translation(), survey_options_for(), survey_participant_previous_season(), survey_question_id()


cturbelin/ifnBase documentation built on Nov. 5, 2023, 12:54 p.m.