From 105633ac37f9e37bd17beb486ebb04378b22581c Mon Sep 17 00:00:00 2001 From: Elizabeth Wenk Date: Wed, 22 Nov 2023 15:26:23 +1100 Subject: [PATCH] Update AusTraits_tutorial.qmd fixed typo --- AusTraits_tutorial.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AusTraits_tutorial.qmd b/AusTraits_tutorial.qmd index f1d1bb5..4c0a967 100644 --- a/AusTraits_tutorial.qmd +++ b/AusTraits_tutorial.qmd @@ -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.