| ORCID | https://orcid.org/0000-0002-2700-4605 |
| GitHub | https://github.com/SimonGoring |
| Pronouns | He/They |
| Favorite Movie | Pee Wee's Big Adventure |
| ORCID | https://orcid.org/0000-0002-2700-4605 |
| GitHub | https://github.com/SimonGoring |
| Pronouns | He/They |
| Favorite Movie | Pee Wee's Big Adventure |
Since I'm on here now, I thought it would be fun to show how you can use the #rstats neotoma2 package (https://github.com/NeotomaDB/neotoma2) to quickly find Mastodon fossils!
Spin up this web-based RStudio instance: https://mybinder.org/v2/gh/NeotomaDB/Current_Workshop/main?urlpath=rstudio
Then run:
library(neotoma2)
mastodon <- get_sites(taxa="Mammut%", all_data = TRUE)
plotLeaflet(mastodon)
And that's it!