Request data directly from the XRONOS API. See https://xronos.ch/api for supported filters. Use xronos_request() to retrieve all data.

xronos_request(query = NA, api_url = xronos_api_url())

Arguments

query

Valid query string.

api_url

Root address of the XRONOS API. xronos_api_url() provides the default value.

Value

Parsed JSON response.

Examples

xronos_request("query_labnr=AAR-1847")
#> # A tibble: 7 × 20
#>       id labnr       bp   std delta_c13 source_database lab_name material    
#>    <dbl> <chr>    <dbl> <dbl>     <dbl> <chr>           <chr>    <chr>       
#> 1  21924 AAR-1847  4780   100     -27.3 ""              ""       food residue
#> 2  21924 AAR-1847  4780   100     -27.3 ""              ""       food residue
#> 3  85745 AAR-1847  4780   100      NA   ""              ""       food residue
#> 4  88925 AAR-1847  4780   100     -27.3 ""              ""       food remains
#> 5  88925 AAR-1847  4780   100     -27.3 ""              ""       food remains
#> 6 177143 AAR-1847  4780   100     -27.3 ""              ""       charcoal    
#> 7 177143 AAR-1847  4780   100     -27.3 ""              ""       charcoal    
#> # ℹ 12 more variables: feature_type <chr>, site <chr>, country <chr>,
#> #   lat <chr>, lng <chr>, site_type <chr>, periods <list>,
#> #   typochronological_units <list>, ecochronological_units <list>,
#> #   reference <list>, species <chr>, feature <chr>