Description Usage Arguments Value
Each record in a point_counts
table, which contains rasters of point
counts for vertical strata, is linked to a parent record in the
las_metadata
table within the same schema (e.g. 'mgazone56') via the
relation point_counts.meta_id = las_metadata.id
. The database will not
allow a point counts record without an associated metadata record, but it
will allow a metadata record without any point counts records. Usually, this
will indicate that some problem occurred during import. This function checks
for any such childless metadata records.
1 | db_check_childless_metadata(dbsettings, schema = NULL)
|
dbsettings |
A named list of database connection settings returned
by |
schema |
A character vector giving the names of one or more schemas
(e.g. "mgazone56") to check. If |
A data frame. If childless meta-data records were found, the schema, integer id and filename will be listed for each. If no such records were found the data frame will have zero rows and columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.