I want to extract the name from the following input which is of the form as shown in brackets
# Example of the input in brackets('name":"Tale")
name<- c('name":"Tale"','name":"List"')
I want to extract the names between the quotes as shown below. Any suggestions?
name
Tale
List