Когда я пытаюсь запустить следующий код для подключения к Amazon, а затем сохранить информацию в do c, появляется следующее сообщение об ошибке:
Код, который я использую, url <- paste0 ("<a href="https://www.amazon.com/dp/" rel="nofollow noreferrer">https://www.amazon.com/dp/ ", prod_code) do c <- read_ html (url) </p>
" Ошибка в open.connection (x, "rb"): schannel: не удалось получить рукопожатие , Соединение SSL / TLS не удалось 9. open.connection (x, "rb") 8. open (x, "rb") 7. read_ xml .connection (con, encoding = encoding, ..., as_ html = as_ html, base_url = x, options = options) 6. read_ xml .character (x, encoding = encoding, ..., as_ html = TRUE, options = options) 5. read_ xml (x, encoding = encoding, ..., as_ html = TRUE, options = options) 4. withCallingHandlers (expr, warning = function (w) invokeRestart ("muffleWarning")) 3. 3. suppressWarnings (read_ xml (x, encoding = encoding, ..., as_ html = TRUE, options = options)) 2. read_ html .default (url) 1. read_ html (url) "
Кто-нибудь сталкивался с подобной проблемой? спасибо.