What I need to do is read in all files with *.json
from multiple folders and store the results in a data.table
I have a folder named ROOT
that contains two folders A
and B
. The A
and B
also contain folders from A
to Z
where the *json
files are located.
how can do this with a lot of folders inside each other?