dmi3kno / polite

Be nice on the web

Home Page:https://dmi3kno.github.io/polite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first argument in nod

dmi3kno opened this issue · 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())