utils: A whoami test function

Description Usage Value Examples

Description

A simple test function.

Usage

1
    whoami()

Value

The name of the package as a character string

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    myfunction <- function(){
        iam <- FALSE
    }
    myfunction()
    whoami()
    ## Not run: 
       # test a dontrun
       a = 1
    
## End(Not run)

Bioconductor/spbtest5 documentation built on Feb. 25, 2020, 12:02 a.m.