Skip to contents

scrapes every module page to build a data frame listing all downloadable files (SPSS, Stata, codebooks) across every wave. the result is cached in memory so subsequent calls return instantly.

Usage

liss_blueprint(refresh = FALSE)

Arguments

refresh

logical. if TRUE, re-scrapes the archive even when a cached blueprint exists.

Value

a tibble with columns module, module_id, wave, wave_id, type, name, file, and path.

Examples

if (FALSE) { # \dontrun{
bp <- liss_blueprint()
bp
} # }