Inspect the schema for a table in the LimnoTrack database
lt_schema.RdInspect the schema for a table in the LimnoTrack database
Errors
ltapi_api_unavailableThe API could not be reached, or returned a 502/503/504.
ltapi_api_errorThe API returned an unexpected HTTP error.
ltapi_not_foundThe requested table does not exist in the schema.
Examples
lt_schema("depth_contours")
#> # A tibble: 8 × 4
#> column type format description
#> <chr> <chr> <chr> <chr>
#> 1 contour_id integer integer "Note:\nThis is a P…
#> 2 lernzmp_id string character varying "Note:\nThis is a F…
#> 3 contour_ring_id integer integer NA
#> 4 depth_m number numeric NA
#> 5 elevation_m number numeric NA
#> 6 length_m number numeric NA
#> 7 depth_confidence string character varying NA
#> 8 geom string public.geometry(LineString,2193) NA