Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QUESTION

The table species_growth_form is not consistent with the Look-Up Table lut_growth_form.

In species_growth_form the growth_form is Fungi whereas in lut_growth_form is Fungus.

ANSWER

(Emrys 05/02/2020): “Probably makes sense to change the lookup table to fungi rather than change all the entries for each species?“

ACTION / FIX

Review if data have been fixed in the source

Status
colourYellow
titlePENDING FUTURE REVIEW

Errors

ERROR

misspelled transect identifiers

ANSWER

ACTION / FIX

Review if data have been fixed in source

TEST

expect_false(any(unique(point_intercept$transect) %in% c("W5-.E", "1-N1")))

...

ERROR

Missing transect across datatables

ANSWER

ACTION / FIX

Review if data have been fixed in source

TEST

show_failure(expect_setequal(site_location_visit$site_location_visit_id, point_intercept$site_location_visit_id))

In table soil_characterisation the column mottles_colour is not linked to the look-up table lut_mottle_colour.

...