rcepka
rcepka
Hi Mark, Thank you for response. Here is the class of the original data frame: `> class(results_voting_subjects_kraj.sf_2020) [1] "sf" "tbl_df" "tbl" "data.frame"` Reprex: I installed it and ran command: reprex(class(results_voting_subjects_kraj.sf_2020)),...
Mark, you were right. I called the as_tibble() function prior to nesting the data frame and now everything works fine. Thank you so much for you help....
Maybe just let me please suggest if you could eventually drop here a sentence or two of short explanation what was wrong and why I was getting this error; not...
Hi @markjrieke , yes dplyr functions work well with SF objects. there is a natural support. For example, when doing grouping and summarizing data frame with SF object, I dont...
@ashbythorpe Thank you so much for your exhaustive answer; very valuable information. I see that the implementation might be not a rocket science, but also definitely not trivial for less...
Hello @ashbythorpe , I did some more testing of changing the user agent however with unsatisfactory results; please see below ``` r session
@ashbythorpe , thank you for your code, it´s quite complex :). Unfortunately I wasn´t able to get it work. When I ran the code with reprex(), I got the web...
Just want to add my own experience. I am on Windows 10 and using read_html_live() caused gradual memory consumption ultimately until computer crash. With each new page loaded with read_html_live()...