listKnownIlarCodes: List all known ILAR codes.

Description Usage Details Value Author(s) See Also Examples

View source: R/settings.R

Description

This function returns a vector of ILAR codes of all IMPC centers stored in an internal database.

Usage

1

Details

ILAR codes of IMPC centers are stored in an internal database (environment serving as a hash table), which is used to provide the results of this function.

Value

An vector of class character containing a ILAR codes of IMPC centers known to this library.

Author(s)

Josef Spidlen

See Also

ilarCodeDescription

Examples

1
2
3
4
    ## Checking internal dictionary
    ## Codes are case sensitive
    listKnownIlarCodes()
    ilarCodeDescription(listKnownIlarCodes())

FlowRepositoryR documentation built on Nov. 8, 2020, 7:26 p.m.