A function for looking at a Taxmap object and returning the identified MicrobiomeR format.

which_format(obj)

Arguments

obj

A Taxmap object.

Value

If the format is verified it returns a character string denoting the identified format.

Details

This function is used to get basic information about the format of the taxmap object that is supplied by the user.

See also

Examples

# NOT RUN {
if(interactive()){
library(MicrobiomeR)
fmt <- which fmt(MicrobiomeR::raw_silva_2)
print(fmt)
 }
# }