Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

28 rader
646 B

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