Files
Rpacman/man/stop_quietly.Rd
2023-09-28 09:44:06 +01:00

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
}