Prerequisites
You need a registered account at the LISS Data Archive.
Store credentials
Store your username and password in the system keyring (macOS
Keychain, Windows Credential Store, or Linux Secret Service) so lissr
can retrieve them automatically; the keyring package is a
dependency and installs with lissr. The password is never saved in plain
text or in your R history.
library(lissr)
liss_store_credentials("1234")Select and download
selection <- liss_select()
liss_download(selection)Next steps
See Merging LISS Panel Data for
merging longitudinal data. (or run
vignette("merge-workflow", package = "lissr") in the
console)