Learn R Programming

ARUtools (version 0.7.2)

add_wildtrax: Add file name formated for Wildtrax to metadata

Description

Create and append file name appropriate for uploading data to the Wildtrax platform https://wildtrax.ca/.

Usage

add_wildtrax(meta)

Value

Data frame of metadata with appended column of WildTrax appropriate file names.

Arguments

meta

Data frame. Recording metadata. Output of clean_metadata().

Examples

Run this code

m <- clean_metadata(project_files = example_files)
m <- add_wildtrax(m)
m

Run the code above in your browser using DataLab