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.

16 rader
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
}