dmi3kno/polite

first argument in nod

Closed this issue · 2 comments

Maybe first argument in nod() should be an argument which could accept either a polite session object or url. Nod would create/modify polite session, but then you could like:

# don't run
url_list %>% 
   walk(~nod(.x) %>% rip()) #or scrape()

I'm not sure I follow, I'm happy with the bow then scrape workflow but then I only used it twice (last time yesterday, post to come soon)

Never mind. You are right. bow() is still a preferred workflow:

# don't run
url_list %>% 
   walk(~bow(.x) %>% rip())