add_wildtrax | R Documentation |
Create and append file name appropriate for uploading data to the Wildtrax system.
add_wildtrax(meta)
meta |
Data frame. Recording metadata. Output of 'clean_metadata()'. |
Data frame of metadata with appended column of wildtrax appropriate file names.
m <- clean_metadata(project_files = example_files)
m <- add_wildtrax(m)
m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.