Skip to content

Commit

Permalink
vignette: make left_join a link
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed May 20, 2024
1 parent 99c20b9 commit 197db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/clumped.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ coll |> select(file_id, d13C_PDB_mean, D47_raw_mean, D47_raw_cl)

### append metadata

This just `left_join`s the metadata based on `file_id`, so that we can use it
This just `left_join()`s the metadata based on `file_id`, so that we can use it
for outlier removal etc.

```{r}
Expand Down

0 comments on commit 197db36

Please sign in to comment.