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

frange(x, finite=TRUE) and .range(x, finite=TRUE) #511

Closed
MLopez-Ibanez opened this issue Dec 14, 2023 · 1 comment
Closed

frange(x, finite=TRUE) and .range(x, finite=TRUE) #511

MLopez-Ibanez opened this issue Dec 14, 2023 · 1 comment

Comments

@MLopez-Ibanez
Copy link

base::range has an argument finite "logical, indicating if all non-finite elements should be omitted."

It would be great if frange and .range had the same. One could use replace_inf to replace the infinities with NA but that creates a copy that is typically not needed.

@SebKrantz
Copy link
Owner

SebKrantz commented Dec 16, 2023

Thanks, sure that is not problem, will do it as I find time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants