Skip to content

Commit

Permalink
Merge pull request #5 from andyquinterom/T4
Browse files Browse the repository at this point in the history
Completes documentation for print.tower
  • Loading branch information
andyquinterom authored Jan 31, 2024
2 parents 735dc92 + 10ac785 commit e1a9e89
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 e1a9e89

Please sign in to comment.