Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
413 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/as-data-frame.R
\name{as.data.frame.gdns_response}
\alias{as.data.frame.gdns_response}
\title{Coerce a gdns query response answer to a data frame}
\usage{
\method{as.data.frame}{gdns_response}(x, ...)
}
\arguments{
\item{x}{a `gdns_response` object}
\item{...}{unused}
}
\description{
Helper function to get to the `Answer` quickly
}