I have some 100 json files in one folder.
I want to construct a dataset in R that contains a column which contains complete data from each of the json file.
Dataset must contain a column say jsonfile and each row in this column should contain data from one json file i.e data from 1st json file from the folder should be in first row of this column, 2nd json file data should be in second row of the column and so on. without destroying the structure of json file in this column
Can we achieve this using R? If yes, how can we do this?
I would really appreciate any help.
