Skip to contents

Checks which 'SPSS' data from different International Large-Scale Assessments (ILSA). are available.

Usage

availableILSA(
  print = TRUE,
  FOR = c("download", "combine.students", "add.schools", "ILSAready")
)

Arguments

print

a logical value indicating if results should be printed or not.

FOR

a string indicating the availability of ILSA data for different purposes. Valid strings are "download", "combine.students", add.schools, and "ILSAready".

Value

A list with the names of the ILSA and the available years.

Examples


availableILSA(print = TRUE)
#> CIVED: 1999.
#> ICCS: 2009, 2016, 2022.
#> ICILS: 2013, 2018.
#> PIRLS: 2001, 2006, 2011, 2016, 2021.
#> PISA: 2000, 2003, 2006, 2009, 2012, 2015, 2018, 2022.
#> PISA_CBA: 2012.
#> PISA_ERA: 2009.
#> PISA_FINANCIAL: 2012.
#> REDS: 2021.
#> RLII: 1991, 2001.
#> SITES: 1998, 2006.
#> TALIS: 2008, 2013, 2018.
#> TIMSS: 1995, 1999, 2003, 2007, 2011, 2015, 2019.
#> TIMSSADVANCED: 1995, 2008, 2015.