Check whether local reset safeguards are intentionally bypassed.
Source:R/settings.R
restriction_status.RdThis helper keeps the legacy override semantics but avoids any hard-coded network allow-list. It is intended as a small guard for destructive local reset actions, and it can be bypassed explicitly when a user opts in.
Usage
restriction_status(ignore_ip = getOption("bio.ignore_ip", FALSE), ...)Examples
if (interactive()) {
restriction_status(ignore_ip = TRUE)
restriction_status(ignore_ip = FALSE)
}