You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function will take in a directory to the folder containing mdb files, and a target table name. It will then loop through all the mdbs, extracting the tables and merging them into one.
Create the pseudo code for the function
Create the function to do the merging
Document the function
Create tests for the functions and integrate into the poliprep package
This function will take in a directory to the folder containing mdb files, and a target table name. It will then loop through all the mdbs, extracting the tables and merging them into one.
Derrick