Skip to content

Commit

Permalink
Add return for Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Aug 20, 2024
1 parent 9d3f937 commit 784a800
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion R/bedbaser.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#' BEDbase class
#'
#'
#' @importFrom methods new
#'
#' @returns BEDbase class instance
#'
#' @examples
#' .BEDbase()
.BEDbase <- setClass(
"BEDbase",
contains = "Service"
Expand Down Expand Up @@ -63,6 +68,8 @@ BEDbase <- function() {
#' @importFrom AnVIL operations
#' @importFrom methods callNextMethod
#'
#' @returns list() API end points
#'
#' @examples
#' api <- BEDbase()
#' operations(api)
Expand Down

0 comments on commit 784a800

Please sign in to comment.