survey_participant_previous_season: List of participants registered in weekly at least once in...

View source: R/survey_load_data.R

survey_participant_previous_seasonR Documentation

List of participants registered in weekly at least once in previous season (regarding given [season])

Description

List of participants registered in weekly at least once in previous season (regarding given [season])

Implementation for multiple table data model we have to check season by season

Implementation for multiple table data model we have to check season by season

Usage

survey_participant_previous_season(
  season,
  ids = NULL,
  use.season.dates = F,
  from = NULL,
  country = NULL,
  verbose = FALSE
)

survey_participant_previous_season.multiple_table(
  season,
  ids = NULL,
  use.season.dates = F,
  from = NULL,
  country = NULL,
  verbose = TRUE
)

survey_participant_previous_season.single_table(
  season,
  ids = NULL,
  from = NULL,
  country = NULL,
  verbose = TRUE
)

Arguments

season

season year

ids

list of participants to keep

use.season.dates

if TRUE restrict weekly scan to the official date of each season get_historical_tables

from

integer relative index of the oldest season to scan to (index relative to season, e.g. -1 = previous from given [season])

country

country to use (only on european platform)

verbose

show verbose messages

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_season(), survey_question_id()


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