Hi All, If I want to read some info from a website, which login is required, do you know how to do that? For example,
html = "http://www.linkedin.com/search-fe/group_search?pplSearchOrigin=GLHD&keywords=international" tmp = readLines(html) Error in file(con, "r") : cannot open the connection I guess it was because I need to log in that page first. Thank you for your help in advance. HXD [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list 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.