Closed adcascone closed 4 months ago
In the example section of the "Occurrence table pruning" reference site, should this text (and the associated output) be adjusted to reflect the usage of has_fraction_in_any_col()?
has_fraction_in_any_col()
Current:
# `has_fraction_in_any_col` any_atleast_five_percent <- has_fraction_in_any_col(atleast = 0.05, col_names = names(tab)) prune_table(tab, keep_rows(more_than_five_percent))
Suggested adjustment:
# `has_fraction_in_any_col` any_atleast_five_percent <- has_fraction_in_any_col(atleast = 0.05, col_names = names(tab)) prune_table(tab, keep_rows(any_atleast_five_percent))
Thank you! Arianna C.
Thanks for your question @adcascone! This is in fact a typo that I'll have corrected.
Thank you!
What is your question?
In the example section of the "Occurrence table pruning" reference site, should this text (and the associated output) be adjusted to reflect the usage of
has_fraction_in_any_col()
?Current:
Suggested adjustment:
Thank you! Arianna C.
Code of Conduct
Contribution Guidelines
Security Policy