Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

28 líneas
646 B

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