Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

28 lignes
646 B

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