You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkBlog<-function(newList,oldList){ #Lido o blog, você pode comparar uma lista com os posts "antigos" com os posts novos e se tiver um post novo ele retorna o link pro post novo. A lista não precisa ser um objeto lista, pode ser um vetor com as urls que o parse_website cospe
dife<- setdiff(newList,oldList)
teste<- length(dife)
if(teste==0){
print("No updates")
} else{
readline(prompt="New post. Press [enter] to continue")