I am new to R, but I am trying to manipulate data in a JSON format. I can get the data into by using Rstudio's import function, but I have having trouble converting it into a table. the string read like this.
'type': 'business',
'business_id': (encrypted business id),
'name': (business name),
'neighborhoods': [(hood names)],
'full_address': (localized address),
There are close 4,000 observations. how do i get rid of 'type', 'business_id', etc? I would like to have the variables labeled like a table.