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
432 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gepetto.R
\name{gep_debug}
\alias{gep_debug}
\title{Get "debug-level" information of a running gepetto server}
\usage{
gep_debug(gep)
}
\arguments{
\item{gep}{a gepetto connection object}
}
\value{
debug info
}
\description{
Get "debug-level" information of a running gepetto server
}
\examples{
\dontrun{
gepetto() \%>\%
gep_debug() \%>\%
str()
}
}