Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
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.

32 lines
770 B

8 years ago
# Generated by roxygen2: do not edit by hand
8 years ago
export(bulk_query)
8 years ago
export(has_spf)
export(is_hard_fail)
export(is_soft_fail)
export(passes_all)
8 years ago
export(query)
8 years ago
export(spf_exists)
export(spf_includes)
export(spf_ipv4s)
export(spf_ipv6s)
export(spf_ptrs)
export(split_spf)
8 years ago
import(httr)
7 years ago
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
8 years ago
importFrom(jsonlite,fromJSON)
7 years ago
importFrom(purrr,"%>%")
8 years ago
importFrom(purrr,"%||%")
8 years ago
importFrom(purrr,map)
importFrom(purrr,map_df)
8 years ago
importFrom(purrr,safely)
7 years ago
importFrom(stringi,stri_detect_fixed)
8 years ago
importFrom(stringi,stri_enc_toutf8)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trim)
7 years ago
importFrom(tibble,data_frame)