-
Notifications
You must be signed in to change notification settings - Fork 2
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
extract_data
not extracting
#139
Comments
need checking messages |
Just brainstorm about the problem here. Currently
It is relatively straight forward to check the inputs of the One way is to pass database to table I won't implement this at ESA but I can see functions for checking missingness in each argument and the checks for each level (table, col, col_value). Best to write these and call inside extract_data so the main script is not all flooded with checking code. |
Input from @ehwenk
|
Currently stuck on checking on col_value, as currently...
age will match to 'leaf age' and apples is a non match... |
I think it would be ok to swap to exact matches for 'col'. It doesn't seem like that needs to include partial matches. |
@ehwenk I think you might be misunderstanding me, the checks are exact matches for
using the %in% is exacting... but I need to find the absolute non matches AFTER allowing for partial matching of I think it might just be a long day and maybe fresh eyes will be good tomorrow! :) |
…t_data only assigns class if full database supplied #139
Describe the bug
extract_data
not extracting from not standard columns e.g. basis_of_record/lifestageTo Reproduce
Steps to reproduce the behavior:
Created on 2024-12-05 with reprex v2.1.1
Expected behavior
Extracted database by lifestage where lifestage==sapling
The text was updated successfully, but these errors were encountered: