Parse ‘URLs’ with ‘libcurl’
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
439 B

# Generated by roxygen2: do not edit by hand
export("%>%")
export(domain)
export(fragment)
export(host)
export(is_valid_url)
export(parse_curl)
export(password)
export(path)
export(port)
export(query)
export(scheme)
export(url_options)
export(url_parse)
export(user)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_opts_regex)
useDynLib(curlparse, .registration = TRUE)