Traverses directories and imports IPPO register Excel(TM) workbook files and creates a list of tables corresponding to Tables 1-5 in the AAGI IPPO register for all AAGI-CU Service and Support projects.
Value
A list object that contains tables of IPPO registers organised by
AAGI Service and Support project or AAGI R&D Activity.
See also
Other reporting:
create_ippo_report()
Examples
if (FALSE) { # interactive()
# for macOS
R_drive <- "/Volumes/dmp/A-J/AAGI_CCDM_CBADA-GIBBEM-SE21982/"
list_ippo_tables(
dir_path_in = fs::path(R_drive, "Projects"),
sp = "CU"
)
}