Skip to content

Commit

Permalink
Merge pull request #1 from trias-project/small-fix
Browse files Browse the repository at this point in the history
fix mistake
  • Loading branch information
sannegovaert authored Jun 12, 2024
2 parents 019580d + bf33e33 commit aecb2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dwc_mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ distribution %<>% mutate(dwc_eventDate = case_when(
### source

```{r}
distribution %<>% mutate(dwc_source = references)
distribution %<>% mutate(dwc_source = source)
```

### occurrenceRemarks
Expand Down

0 comments on commit aecb2e8

Please sign in to comment.