Hi again, I was following the instruction available in "http://stackoverflow.com/questions/3053833/using-r-to-download-zipped-data-file-extract-and-import-data" to download data from Internet contained in a zip file from the address :
https://npscra.nsdl.co.in/download.php?path=download/&filename=NAV_File_23122016.zip However when I tried to follow the instruction I am facing below error : > temp <- tempfile() > download.file("https://npscra.nsdl.co.in/download.php?path=download/&filename=NAV_File_23122016.zip",temp) Error in download.file("https://npscra.nsdl.co.in/download.php?path=download/&filename=NAV_File_23122016.zip", : unsupported URL scheme Can someone here please tell me what went wrong in above? Highly appreciate your feedback. Thanks for your time. ______________________________________________ R-help@r-project.org 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.