Skip to content

Commit

Permalink
Update AusTraits_tutorial.qmd
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
ehwenk authored Nov 22, 2023
1 parent 958df4c commit 105633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AusTraits_tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ traits_with_lat_long <-
traits_with_lat_long$traits %>%
dplyr::select(dataset_id, taxon_name, trait_name, value, location_name, location_id, `latitude (deg)`, `longitude (deg)`) %>%
dplyr::filter(!is.na(`latitude (deg)`)) %>%
dplyr::slice(1:20) %>% View()
dplyr::slice(1:20)
```

However, the `{austraits}` function `join_locations` only joins latitude and longitude data from the locations tables.
Expand Down

0 comments on commit 105633a

Please sign in to comment.