build_chron {neotoma2} | R Documentation |
build_chron
Description
A helper function to build a new chronology object from the Neotoma API response.
Usage
build_chron(x)
Arguments
x |
A chronology element from the API JSON output. |
Details
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.
Value
A single chronology
object.
Author(s)
Socorro Dominguez
[Package neotoma2 version 1.0.4 Index]