Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit e9ac162

Browse files
committed
Merge branch 'r-cmd-check' into reuse-connection
2 parents dbe2d63 + 54c17a0 commit e9ac162

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/query.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ assay_map <- c(
1212

1313
#' Used in a pipeline to run one or more expressions with side effects, but
1414
#' return the input value as the output value unaffected
15+
#' @noRd
16+
#' @param x The value to return
17+
#' @param ... Expressions to evaluate
1518
aside <- function(x, ...) {
1619
# Courtesy of Hadley: https://fosstodon.org/@hadleywickham/109558265769090930
1720
list(...)

0 commit comments

Comments
 (0)