utils: A whoami test function

utilsR Documentation

A whoami test function

Description

A simple test function.

Usage

    whoami()

Value

The name of the package as a character string

Examples


    myfunction <- function(){
        iam <- FALSE
    }
    myfunction()
    whoami()
    ## Not run: 
       # test a dontrun
       a = 1
    
## End(Not run)

Bioconductor/spbtest3 documentation built on July 2, 2022, 1:53 a.m.