I am using the read_html command and I get the following error message on a specific website.
library('rvest')
library('dplyr')
webpage <- read_html("https://www.edmunds.com/ford/escape/2018/cost-to-own/")
Error in open.connection(x, "rb") : HTTP error 403.
Are specific websites blocking R from being scraped?