adaR::ada_url_parse("bit.ly/32G1ciy")
#> href protocol username password host hostname port pathname search
#> 1 bit.ly/32G1ciy <NA> <NA> <NA> <NA> <NA> <NA> <NA> <NA>
#> hash
#> 1 <NA>
urltools::url_parse("bit.ly/32G1ciy")
#> scheme domain port path parameter fragment
#> 1 <NA> bit.ly <NA> 32G1ciy <NA> <NA>
Created on 2023-09-25 with reprex v2.0.2
not sure if/how to handle this
Created on 2023-09-25 with reprex v2.0.2
not sure if/how to handle this