Skip to contents

This function returns the current version of the microbiomedataset package.

Usage

get_microbiomedataset_version()

Value

A character string representing the version of the microbiomedataset package.

Details

get_microbiomedataset_version retrieves the version number of the microbiomedataset package using the packageVersion function from the utils package. It returns the version as a character string.

Note

This function is especially useful for logging, debugging, or providing user feedback regarding the version of the microbiomedataset package.

Author

Xiaotao Shen xiaotao.shen@outlook.com

Examples

get_microbiomedataset_version()
#> [1] "0.99.1"