build_chron {neotoma2} | R Documentation |
A helper function to build a new chronology object from the Neotoma API response.
build_chron(x)
x |
A chronology element from the API JSON output. |
This function is an internal function called from
build_collunit()
to help support the translation between the JSON
representation of data in the API and the R implementation.
A single chronology
object.
Socorro Dominguez