neotoma2lipd.Rd
Convert a neotoma dataset into a LiPD object
neotoma2lipd(site)
a single 'site' (not multiple 'sites') object generated by the 'neotoma2' package
a LiPD object
B <- neotoma2::get_sites(sitename = "Bambili 2")
#> The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
#> which was just loaded, will retire in October 2023.
#> Please refer to R-spatial evolution reports for details, especially
#> https://r-spatial.org/r/2023/05/15/evolution4.html.
#> It may be desirable to make the sf package available;
#> package maintainers should consider adding sf to Suggests:.
#> The sp package is now running under evolution status 2
#> (status 2 uses the sf package in place of rgdal)
D <- neotoma2::get_downloads(B)
#> ..
L <- neotoma2lipd(D)