store source species in the database
| 1 | store_source_species(source_species, datafield, conn, hash, clean = TRUE)
 | 
| source_species | a data.frame with source species metadata. Must contain local_id, description, datafield_local_id and extrenal_code. Other variables are ignored. | 
| datafield | a data.frame with datafield metadata. Must contain variables local_id, datasource, table_name, primary_key and datafield_type. | 
| conn | a DBIconnection | 
| hash | the hash of the update session | 
| clean | perform all database operations within a transaction and clean up the staging tables. Defaults to TRUE. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.