You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
438 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tidy.R
\name{qr_tidy}
\alias{qr_tidy}
\title{Turn a Qrator Radar raw API result into a data frame}
\usage{
qr_tidy(res)
}
\arguments{
\item{res}{raw QRator Radar API result from the query functions in
this package.}
}
\value{
data frame
}
\description{
Turn a Qrator Radar raw API result into a data frame
}
\examples{
qr_tidy(qr_ip_lookup("17.253.144.10"))
}