KWB-R / wasserportal

R Package with Functions for Scraping Data of Wasserportal Berlin (https://wasserportal.berlin.de)
https://kwb-r.github.io/wasserportal/
MIT License
0 stars 0 forks source link

Clean get_wasserportal_stations_table() #35

Closed hsonne closed 1 year ago

hsonne commented 2 years ago

Instead of collecting all hrefs from the table (in any column) look specifically in column 1 and column 8 of the table. Create two vectors, each containing either a href string or NA, representing the hrefs found (or not) in colum 1 and 8, respectively. "Merge" the vectors using kwb.utils::parallelNonNa()


This change is Reviewable

hsonne commented 1 year ago

@mrustl Was hat es mit diesem Fehler auf sich?

Error:   Package suggested but not available: 'kwb.pkgbuild'

https://github.com/KWB-R/wasserportal/actions/runs/3081555943/jobs/4980234936

mrustl commented 1 year ago

Nichts....gibt nur Fehler beim Kompilieren einer Abhängigkeit (R package openssl) from "source". Wenn die Binärdatei auf CRAN ist sollte sich das Problem in einigen Tagen von selbst lösen

hsonne commented 1 year ago

Na dann... Merge?

mrustl commented 1 year ago

wanted "ganglinien" and "stammdaten" links into separate columns. Thus see my modifications above.....