15 lines
337 B
R
15 lines
337 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/utils.R
|
|
\name{stop_quietly}
|
|
\alias{stop_quietly}
|
|
\title{Calls stop() returning to the top level but masks the message}
|
|
\usage{
|
|
stop_quietly(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{ignored}
|
|
}
|
|
\description{
|
|
Calls stop() returning to the top level but masks the message
|
|
}
|