dmi3kno / polite

Be nice on the web
https://dmi3kno.github.io/polite/
Other
327 stars 14 forks source link

first argument in nod #8

Closed dmi3kno closed 6 years ago

dmi3kno commented 6 years ago

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()
maelle commented 6 years ago

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)

dmi3kno commented 6 years ago

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

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