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

Add filter for missing CHI #36

Open
Moohan opened this issue Jun 2, 2022 · 0 comments
Open

Add filter for missing CHI #36

Moohan opened this issue Jun 2, 2022 · 0 comments
Labels
feature a feature request or enhancement good first issue ❤️ good issue for first-time contributors

Comments

@Moohan
Copy link
Member

Moohan commented Jun 2, 2022

Could be done like the other filters i.e. filter(!is.na(anon_chi)) but since all the missing CHIs appear at the start of the file it might be better to have an index of row numbers (which would need to be kept up to date - this could be checked with tests). Then the index could be used to do read_fst(from = <first_row_with_non_missing_chi>

@Moohan Moohan added feature a feature request or enhancement good first issue ❤️ good issue for first-time contributors help wanted ❤️ we'd love your help! labels Jun 2, 2022
@Moohan Moohan removed the help wanted ❤️ we'd love your help! label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement good first issue ❤️ good issue for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant