get_db_type | R Documentation |
Get a unique consistent database identifier type depending on the code provided as input
get_db_type(db_type, short = FALSE)
db_type |
A character string describing a database type |
short |
Return a short identifier or not, Default: FALSE |
There are four accepted database types: banding, recoveries, harvest and rho (reporting probabilities). Here are the possible values db_type can take and the returning values. Note that the long values of db_type are case insensitive.
Database | db_type | Short id | Long id |
Banding | "banding" / "b" | "b" | "banding" |
Recoveries | "recoveries" / "r" | "r" | "recoveries" |
Reporting probabilities | "rho" | "rho" | "rho" |
Harvest | "harvest" / "h" | "h" | "harvest" |
A unique identifier describing the database type
get_db_type("banding") get_db_type("HARVEST", short = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.