I got the following error:
Error in assign(name, value, envir = attr(static, ".env")) : use of NULL environment is defunct
while running such code
location<-strona %>%
html_nodes(".text-nowrap.hidden-xs") %>%
html_text()
Do you have understanding how fix this error, so that environment is not NULL environment anymore?