Prerequisites
You need a registered account at the LISS Data Archive.
Store credentials
Store your username and password in the system keyring so lissr can retrieve them automatically. 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)