Package: ETLUtils Title: Utility Functions to Execute Standard Extract/Transform/Load Operations (using Package 'ff') on Large Data Type: Package LazyLoad: yes Authors@R: person(given = "Jan", family = "Wijffels", role = c("aut", "cre"), email = "jwijffels@bnosac.be") Description: Provides functions to facilitate the use of the 'ff' package in interaction with big data in 'SQL' databases (e.g. in 'Oracle', 'MySQL', 'PostgreSQL', 'Hive') by allowing easy importing directly into 'ffdf' objects using 'DBI', 'RODBC' and 'RJDBC'. Also contains some basic utility functions to do fast left outer join merging based on 'match', factorisation of data and a basic function for re-coding vectors. Version: 1.6 License: GPL-2 URL: https://github.com/jwijffels/ETLUtils Depends: ff (>= 4.0.0) Imports: bit (>= 4.0.0) Suggests: RSQLite, zoo, DBI, RODBC, RJDBC RoxygenNote: 7.3.2 Repository: https://jwijffels.r-universe.dev Date/Publication: 2025-11-26 22:33:38 UTC RemoteUrl: https://github.com/jwijffels/etlutils RemoteRef: HEAD RemoteSha: 1aee5ebeaee94d0d6a64af6b003cc57353bb1803 NeedsCompilation: no Packaged: 2026-07-05 04:52:40 UTC; root Author: Jan Wijffels [aut, cre] Maintainer: Jan Wijffels