Replace hard-coded numbers in the paper with imported data from R, so that the paper can be rendered with updated data without the need for any hard-coding.
Tasks
[x] (1hr) write general function in R that takes in a list and saves data as a json.
[x] (1hr) find all numbers reported in the paper and add them to the list in R and then export to json.
Description
Replace hard-coded numbers in the paper with imported data from R, so that the paper can be rendered with updated data without the need for any hard-coding.
Tasks