Displaying 2 results from an estimated 2 matches for "nwelcom".
Did you mean:
welcom
2008 Jan 16
3
Rprofile.site not executed?
It seems that my Rprofile.site file is not executed when I start R. To
test this I included the following code in that file:
.First <- function(){
cat("\nWelcome at", date(), "\n")
flush.console()
}
When I start R the message above is not displayed.
I am running R 2.6.1 (rgui.exe) under Vista Home Premium. The
Rprofile.site is in the etc folder and the R_PROFILE variable has the
value "".
I looked in the help (?Startup) but cou...
2007 Aug 21
7
Signin to LinkedIn
...uot;\nSIGNIN PAGE"
pp signin_page
login_form = signin_page.form(''login'')
login_form.session_login = ''LOGIN''
login_form.session_password = ''PASSWORD''
welcome_page = agent.submit(login_form, login_form.buttons.first)
puts "\nWELCOME PAGE"
pp welcome_page <<<< Currently returns signin page
I tried mucking about with a session key, but no joy:
login_form.session_rikey = agent.cookies.find{ |c| ''JSESSIONID'' == c.name }.value
(My goal is to scrape a list of my connections'' new c...