R/throwers.R

Defines functions .stop

.stop <- function(...) {
  stop(..., call. = FALSE)
}
knapply/tweetio documentation built on Dec. 22, 2020, 7:15 p.m.