Skip to content

Commit

Permalink
Completes documentation for print.tower
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jan 31, 2024
1 parent 735dc92 commit 10ac785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/service.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ create_tower <- function(app) {
#' @title Print a tower
#' @description Print a tower
#' @param x A tower
#' @param ... Ignored arguments (for compatibility with print)
#' @export
print.tower <- function(x, ...) {
cat(
Expand Down
2 changes: 2 additions & 0 deletions man/print.tower.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10ac785

Please sign in to comment.