Convert a neotoma dataset into a LiPD object

neotoma2lipd(site)

Arguments

site

a single 'site' (not multiple 'sites') object generated by the 'neotoma2' package

Value

a LiPD object

Examples


if (FALSE) { # \dontrun{
B <- neotoma2::get_sites(sitename = "Bambili 2")
D <- neotoma2::get_downloads(B)
L <- neotoma2lipd(D)
} # }