Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

28 lines
646 B

před 8 roky
# Generated by roxygen2: do not edit by hand
před 5 roky
S3method(as.data.frame,gdns_response)
export("%>%")
před 8 roky
export(bulk_query)
před 5 roky
export(dig)
před 8 roky
export(has_spf)
export(is_hard_fail)
export(is_soft_fail)
export(passes_all)
před 8 roky
export(query)
před 8 roky
export(spf_exists)
export(spf_includes)
export(spf_ipv4s)
export(spf_ipv6s)
export(spf_ptrs)
export(split_spf)
před 8 roky
import(httr)
importFrom(jsonlite,fromJSON)
před 5 roky
importFrom(magrittr,"%>%")
importFrom(stats,terms)
před 7 roky
importFrom(stringi,stri_detect_fixed)
před 8 roky
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)