I want to access the .csv file from my github repository. While connecting
to the Github repository I am getting the following error:
Error in curl::curl_fetch_memory(file) :
Timeout was reached: [raw.githubusercontent.com] Failed to connect to
raw.githubusercontent.com port 443 after 5250 ms: Timed out
The R-code is as below:
library(tidyverse)
library(rio)
data <- import("
https://raw.githubusercontent.com/siddharth-sahasrabudhe/Youtube-video-files/main/deck.csv
")
Can you please suggest how I can able to resolve this issue?
--
Regards
Siddharth Sahasrabudhe
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.