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.

24 lines
464 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sergeant.r
\name{drill_status}
\alias{drill_status}
\title{Get the status of Drill}
\usage{
drill_status(drill_server = Sys.getenv("DRILL_URL", unset =
"http://localhost:8047"))
}
\arguments{
\item{drill_server}{base URL of the \code{drill} server}
}
\description{
Get the status of Drill
}
\note{
The output of this is in a "viewer" window
}
\examples{
\dontrun{
drill_status()
}
}