Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_dataset() to support measurementOrFact #3

Open
daxkellie opened this issue Dec 19, 2024 · 0 comments
Open

check_dataset() to support measurementOrFact #3

daxkellie opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@daxkellie
Copy link
Collaborator

check_dataset() runs all matching darwin core term check_ functions based on a user's dataframe.

use_measurements() adds a nested column of tibbles, measurementOrFact, with each tibble containing measurement data for each occurrence row. check_dataset() should be able to detect if measurementOrFact is present, then select and/or unnest the column to check the contents of the measurement rows (which are all named with correct Darwin Core terms).

There likely needs to be some thought about how to display this to the user (ie is this a test of measurementOrFact or a test of each individual column? If the latter, does the structure of the current check_dataset() message need to update or change?)

@daxkellie daxkellie added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant