View source: R/complement_metadata_structures.R
complement_metadata_structures | R Documentation |
This function complement structural metadata
complement_metadata_structures(
df,
str_stereo = get("str_stereo", envir = parent.frame()),
str_met = get("str_met", envir = parent.frame()),
str_nam = get("str_nam", envir = parent.frame()),
str_tax_cla = get("str_tax_cla", envir = parent.frame()),
str_tax_npc = get("str_tax_npc", envir = parent.frame())
)
df |
Data frame with structural metadata to be complemented |
str_stereo |
File containing structures stereo |
str_met |
File containing structures metadata |
str_nam |
File containing structures names |
str_tax_cla |
File containing Classyfire taxonomy |
str_tax_npc |
File containing NPClassifier taxonomy |
Data frame with complemented structural metadata
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.