I am trying to match entries of data to variables. Consider the example below:
time | program_name | version |
---|---|---|
"start_time": "2021-06-25T10:10:15Z" | "version": "1.0" | "program_name": "MonkeyKeylogger" |
I need to match entries to variables for roughly 30,000 observations. Is there any package or code with which to do this in R?