Skip to content

Commit

Permalink
export the only function
Browse files Browse the repository at this point in the history
  • Loading branch information
whtns committed Mar 25, 2024
1 parent edd64da commit a9c1ae9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/when_experimenthub_drops_support.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#' When experimenthub drops support
#'
#' @return the included dataset
#' @export
#'
#' @examples
#' human_gene_transcript_sce()
human_gene_transcript_sce <- function(){
loadRData <- function(fileName) {
# loads an RData file, and returns it
Expand Down

0 comments on commit a9c1ae9

Please sign in to comment.