Rvest offers a Python-Beautiful-Soup-style API in R:
library(rvest)
session <- html_session("https://example.com",
proxy = "socks5h://gateway.proxied.com:1080")
title <- session %>% html_node("h1") %>% html_text()
By piping requests through Proxied, each Rvest call inherits a real mobile IP, boosting success for analysts who prefer the R ecosystem.