Check differences between plot_id values between a reference dataframe (typically the plot_desc sheet) and an other dataframe (typically an observation dataset)
Utilisation
check_plotid_diff(df_as_ref, df_to_test)
Arguments
- df_as_ref
a reference dataframe with a plot_id col
- df_to_test
a dataframe to test with a plot_id col
Valeur de retour
TRUE if differences are detected (NA are ignored)