I am currently accessing the Twitter API in R while relying on several access codes, I crowdsourced from my friends. However, Twitter seems to realise that the requests all come from the same IP, i.e. I can only use one code at a time.
So I was wondering whether there is any way in R to switch between different VPNs within my code? Are there any packages?
Thank you in advance!