I need to extract Twitter data, specific to a country using the place_country:
keyword in the search_fullarchive
command.
x<-search_fullarchive("keyword", n=100,fromDate ="202003151558", toDate="202004101900",env_name="name",parse=TRUE,token = Token, place_country:"US")
After execution, I get the error: "object 'place_country' not found."