get.nickname | R Documentation |
Retrieve the nickname for a given 'palm_id' in palmdb
get.nickname(palm_ids, con, ordinal = FALSE)
palm_ids |
character, set of 'palm_id' to lookup in palmdb |
con |
pq-connection, use SerratusConnect() |
ordinal |
boolean, return an ordered sOTU vector based on input 'palm_ids' [FALSE] |
character, nickname for each palm_id
## R Code Example
con <- SerratusConnect()
get.nickname(c("u1337"), con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.