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
url_absolute() gets confused if the URL contains spaces, and silently returns NA. This should at least warn the user, but it might be preferable to deal with it directly.
xml_attr(x, "href")
returns un-encoded URLs if that's how they appear in the source, but then those URLs fail inurl_absolute
.Created on 2023-08-23 with reprex v2.0.2
url_absolute()
gets confused if the URL contains spaces, and silently returns NA. This should at least warn the user, but it might be preferable to deal with it directly.This is where I found it in the wild:
Created on 2023-08-23 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: