Skip to content

Commit

Permalink
don't eval get_trait_from_taxon call in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
black-snow committed Aug 1, 2023
1 parent d29367c commit 5d8fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/InvTraitR_output_description.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

The *InvTraitR* R-package exports a single function called *get_trait_from_taxon()*.

```{r}
```{r eval=FALSE}
get_trait_from_taxon(
data, # data.frame with at least five columns: target taxon, life stage, latitude (dd), longitude (dd) and body size (mm) if trait == "equation"
target_taxon, # character string with the column name containing the taxon names
Expand Down

0 comments on commit 5d8fa87

Please sign in to comment.